Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
DisableKeyResult |
AWSKMS.disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic
operations.
|
DisableKeyResult |
AbstractAWSKMS.disableKey(DisableKeyRequest request) |
DisableKeyResult |
AWSKMSClient.disableKey(DisableKeyRequest request)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic
operations.
|
Future<DisableKeyResult> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest request) |
Future<DisableKeyResult> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic
operations.
|
Future<DisableKeyResult> |
AbstractAWSKMSAsync.disableKeyAsync(DisableKeyRequest request) |
Future<DisableKeyResult> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler) |
Future<DisableKeyResult> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic
operations.
|
Future<DisableKeyResult> |
AbstractAWSKMSAsync.disableKeyAsync(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DisableKeyResult> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler) |
Future<DisableKeyResult> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic
operations.
|
Future<DisableKeyResult> |
AbstractAWSKMSAsync.disableKeyAsync(DisableKeyRequest request,
AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DisableKeyRequest |
DisableKeyRequest.clone() |
DisableKeyRequest |
DisableKeyRequest.withKeyId(String keyId)
A unique identifier for the customer master key (CMK).
|
Copyright © 2019. All rights reserved.