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