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