| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSKMSClient.disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
void |
AWSKMS.disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
Future<Void> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest disableKeyRequest)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
Future<Void> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Sets the state of a master key to disabled, thereby preventing its
use for cryptographic operations.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Sets the state of a master key 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 customer master key.
|
Copyright © 2015. All rights reserved.