Uses of Class
com.oracle.bmc.identity.requests.DeleteCustomerSecretKeyRequest
-
Packages that use DeleteCustomerSecretKeyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of DeleteCustomerSecretKeyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type DeleteCustomerSecretKeyRequest Modifier and Type Method Description DeleteCustomerSecretKeyResponse
Identity. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Deletes the specified secret key for the specified user.Future<DeleteCustomerSecretKeyResponse>
IdentityAsync. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
Deletes the specified secret key for the specified user.Future<DeleteCustomerSecretKeyResponse>
IdentityAsyncClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
DeleteCustomerSecretKeyResponse
IdentityClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteCustomerSecretKeyRequest Modifier and Type Method Description Future<DeleteCustomerSecretKeyResponse>
IdentityAsync. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
Deletes the specified secret key for the specified user.Future<DeleteCustomerSecretKeyResponse>
IdentityAsyncClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request, AsyncHandler<DeleteCustomerSecretKeyRequest,DeleteCustomerSecretKeyResponse> handler)
-
Uses of DeleteCustomerSecretKeyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.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.identity.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.
-