Uses of Class
com.oracle.bmc.identity.requests.DeleteApiKeyRequest
-
Packages that use DeleteApiKeyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of DeleteApiKeyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyResponse
Identity. deleteApiKey(DeleteApiKeyRequest request)
Deletes the specified API signing key for the specified user.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)
DeleteApiKeyResponse
IdentityClient. deleteApiKey(DeleteApiKeyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteApiKeyRequest 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 DeleteApiKeyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyRequest
DeleteApiKeyRequest.Builder. build()
Build the instance of DeleteApiKeyRequest as configured by this builderDeleteApiKeyRequest
DeleteApiKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteApiKeyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type DeleteApiKeyRequest Modifier and Type Method Description DeleteApiKeyRequest.Builder
DeleteApiKeyRequest.Builder. copy(DeleteApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
-