Uses of Class
com.oracle.bmc.identitydomains.responses.PatchApiKeyResponse
-
Packages that use PatchApiKeyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchApiKeyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchApiKeyResponse Modifier and Type Method Description PatchApiKeyResponse
IdentityDomains. patchApiKey(PatchApiKeyRequest request)
Update a user’s API key.PatchApiKeyResponse
IdentityDomainsClient. patchApiKey(PatchApiKeyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchApiKeyResponse Modifier and Type Method Description Future<PatchApiKeyResponse>
IdentityDomainsAsync. patchApiKey(PatchApiKeyRequest request, AsyncHandler<PatchApiKeyRequest,PatchApiKeyResponse> handler)
Update a user’s API key.Future<PatchApiKeyResponse>
IdentityDomainsAsyncClient. patchApiKey(PatchApiKeyRequest request, AsyncHandler<PatchApiKeyRequest,PatchApiKeyResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchApiKeyResponse Modifier and Type Method Description Future<PatchApiKeyResponse>
IdentityDomainsAsync. patchApiKey(PatchApiKeyRequest request, AsyncHandler<PatchApiKeyRequest,PatchApiKeyResponse> handler)
Update a user’s API key.Future<PatchApiKeyResponse>
IdentityDomainsAsyncClient. patchApiKey(PatchApiKeyRequest request, AsyncHandler<PatchApiKeyRequest,PatchApiKeyResponse> handler)
-
Uses of PatchApiKeyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchApiKeyResponse Modifier and Type Method Description PatchApiKeyResponse
PatchApiKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchApiKeyResponse Modifier and Type Method Description PatchApiKeyResponse.Builder
PatchApiKeyResponse.Builder. copy(PatchApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
-