Uses of Class
com.oracle.bmc.identity.responses.DeleteApiKeyResponse
-
Packages that use DeleteApiKeyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeleteApiKeyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeleteApiKeyResponse Modifier and Type Method Description DeleteApiKeyResponse
Identity. deleteApiKey(DeleteApiKeyRequest request)
Deletes the specified API signing key for the specified user.DeleteApiKeyResponse
IdentityClient. deleteApiKey(DeleteApiKeyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type DeleteApiKeyResponse Modifier and Type Method Description Future<DeleteApiKeyResponse>
IdentityAsync. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)
Deletes the specified API signing key for the specified user.Future<DeleteApiKeyResponse>
IdentityAsyncClient. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteApiKeyResponse Modifier and Type Method Description Future<DeleteApiKeyResponse>
IdentityAsync. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)
Deletes the specified API signing key for the specified user.Future<DeleteApiKeyResponse>
IdentityAsyncClient. deleteApiKey(DeleteApiKeyRequest request, AsyncHandler<DeleteApiKeyRequest,DeleteApiKeyResponse> handler)
-
Uses of DeleteApiKeyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeleteApiKeyResponse Modifier and Type Method Description DeleteApiKeyResponse
DeleteApiKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type DeleteApiKeyResponse Modifier and Type Method Description DeleteApiKeyResponse.Builder
DeleteApiKeyResponse.Builder. copy(DeleteApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
-