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