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