Uses of Class
com.oracle.bmc.identitydomains.requests.DeleteCustomerSecretKeyRequest
-
Packages that use DeleteCustomerSecretKeyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of DeleteCustomerSecretKeyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type DeleteCustomerSecretKeyRequest Modifier and Type Method Description DeleteCustomerSecretKeyResponse
IdentityDomains. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Delete a user’s customer secret key.Future<DeleteCustomerSecretKeyResponse>
IdentityDomainsAsync. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
Delete a user’s customer secret key.Future<DeleteCustomerSecretKeyResponse>
IdentityDomainsAsyncClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
DeleteCustomerSecretKeyResponse
IdentityDomainsClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteCustomerSecretKeyRequest Modifier and Type Method Description Future<DeleteCustomerSecretKeyResponse>
IdentityDomainsAsync. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
Delete a user’s customer secret key.Future<DeleteCustomerSecretKeyResponse>
IdentityDomainsAsyncClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
-
Uses of DeleteCustomerSecretKeyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return DeleteCustomerSecretKeyRequest Modifier and Type Method Description DeleteCustomerSecretKeyRequest
DeleteCustomerSecretKeyRequest.Builder. build()
Build the instance of DeleteCustomerSecretKeyRequest as configured by this builderDeleteCustomerSecretKeyRequest
DeleteCustomerSecretKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCustomerSecretKeyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type DeleteCustomerSecretKeyRequest Modifier and Type Method Description DeleteCustomerSecretKeyRequest.Builder
DeleteCustomerSecretKeyRequest.Builder. copy(DeleteCustomerSecretKeyRequest o)
Copy method to populate the builder with values from the given instance.
-