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