Uses of Class
com.oracle.bmc.identitydomains.responses.PatchMyApiKeyResponse
-
Packages that use PatchMyApiKeyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchMyApiKeyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchMyApiKeyResponse Modifier and Type Method Description PatchMyApiKeyResponse
IdentityDomains. patchMyApiKey(PatchMyApiKeyRequest request)
Update a user’s own API key.PatchMyApiKeyResponse
IdentityDomainsClient. patchMyApiKey(PatchMyApiKeyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchMyApiKeyResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMyApiKeyResponse 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 PatchMyApiKeyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchMyApiKeyResponse Modifier and Type Method Description PatchMyApiKeyResponse
PatchMyApiKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchMyApiKeyResponse Modifier and Type Method Description PatchMyApiKeyResponse.Builder
PatchMyApiKeyResponse.Builder. copy(PatchMyApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
-