Uses of Class
com.oracle.bmc.identitydomains.responses.DeleteCustomerSecretKeyResponse
-
Packages that use DeleteCustomerSecretKeyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of DeleteCustomerSecretKeyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return DeleteCustomerSecretKeyResponse Modifier and Type Method Description DeleteCustomerSecretKeyResponse
IdentityDomains. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Delete a user’s customer secret key.DeleteCustomerSecretKeyResponse
IdentityDomainsClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type DeleteCustomerSecretKeyResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteCustomerSecretKeyResponse 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 DeleteCustomerSecretKeyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return DeleteCustomerSecretKeyResponse Modifier and Type Method Description DeleteCustomerSecretKeyResponse
DeleteCustomerSecretKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type DeleteCustomerSecretKeyResponse Modifier and Type Method Description DeleteCustomerSecretKeyResponse.Builder
DeleteCustomerSecretKeyResponse.Builder. copy(DeleteCustomerSecretKeyResponse o)
Copy method to populate the builder with values from the given instance.
-