Uses of Class
com.oracle.bmc.identity.responses.DeleteCustomerSecretKeyResponse
-
Packages that use DeleteCustomerSecretKeyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeleteCustomerSecretKeyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeleteCustomerSecretKeyResponse Modifier and Type Method Description DeleteCustomerSecretKeyResponse
Identity. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Deletes the specified secret key for the specified user.DeleteCustomerSecretKeyResponse
IdentityClient. deleteCustomerSecretKey(DeleteCustomerSecretKeyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type DeleteCustomerSecretKeyResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteCustomerSecretKeyResponse 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 DeleteCustomerSecretKeyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeleteCustomerSecretKeyResponse Modifier and Type Method Description DeleteCustomerSecretKeyResponse
DeleteCustomerSecretKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.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.
-