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