Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
DeleteApiKeyResponse |
IdentityClient.deleteApiKey(DeleteApiKeyRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DeleteApiKeyRequest |
DeleteApiKeyRequest.Builder.build()
Build the instance of DeleteApiKeyRequest as configured by this builder
|
DeleteApiKeyRequest |
DeleteApiKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteApiKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteApiKeyRequest.Builder |
DeleteApiKeyRequest.Builder.copy(DeleteApiKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.