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