Uses of Class
com.oracle.bmc.identitydomains.requests.PatchApiKeyRequest
-
Packages that use PatchApiKeyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchApiKeyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchApiKeyRequest Modifier and Type Method Description PatchApiKeyResponse
IdentityDomains. patchApiKey(PatchApiKeyRequest request)
Update a user’s API key.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)
PatchApiKeyResponse
IdentityDomainsClient. patchApiKey(PatchApiKeyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchApiKeyRequest 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 PatchApiKeyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchApiKeyRequest Modifier and Type Method Description PatchApiKeyRequest
PatchApiKeyRequest.Builder. build()
Build the instance of PatchApiKeyRequest as configured by this builderPatchApiKeyRequest
PatchApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchApiKeyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchApiKeyRequest Modifier and Type Method Description PatchApiKeyRequest.Builder
PatchApiKeyRequest.Builder. copy(PatchApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-