Uses of Class
com.oracle.bmc.identitydomains.requests.PatchMyApiKeyRequest
-
Packages that use PatchMyApiKeyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchMyApiKeyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchMyApiKeyRequest Modifier and Type Method Description PatchMyApiKeyResponse
IdentityDomains. patchMyApiKey(PatchMyApiKeyRequest request)
Update a user’s own API key.Future<PatchMyApiKeyResponse>
IdentityDomainsAsync. patchMyApiKey(PatchMyApiKeyRequest request, AsyncHandler<PatchMyApiKeyRequest,PatchMyApiKeyResponse> handler)
Update a user’s own API key.Future<PatchMyApiKeyResponse>
IdentityDomainsAsyncClient. patchMyApiKey(PatchMyApiKeyRequest request, AsyncHandler<PatchMyApiKeyRequest,PatchMyApiKeyResponse> handler)
PatchMyApiKeyResponse
IdentityDomainsClient. patchMyApiKey(PatchMyApiKeyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMyApiKeyRequest Modifier and Type Method Description Future<PatchMyApiKeyResponse>
IdentityDomainsAsync. patchMyApiKey(PatchMyApiKeyRequest request, AsyncHandler<PatchMyApiKeyRequest,PatchMyApiKeyResponse> handler)
Update a user’s own API key.Future<PatchMyApiKeyResponse>
IdentityDomainsAsyncClient. patchMyApiKey(PatchMyApiKeyRequest request, AsyncHandler<PatchMyApiKeyRequest,PatchMyApiKeyResponse> handler)
-
Uses of PatchMyApiKeyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchMyApiKeyRequest Modifier and Type Method Description PatchMyApiKeyRequest
PatchMyApiKeyRequest.Builder. build()
Build the instance of PatchMyApiKeyRequest as configured by this builderPatchMyApiKeyRequest
PatchMyApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchMyApiKeyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchMyApiKeyRequest Modifier and Type Method Description PatchMyApiKeyRequest.Builder
PatchMyApiKeyRequest.Builder. copy(PatchMyApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-