| 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)
Marks a key as disabled, thereby preventing its use.
|
void |
AWSKMS.disableKey(DisableKeyRequest disableKeyRequest)
Marks a key as disabled, thereby preventing its use.
|
Future<Void> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest)
Marks a key as disabled, thereby preventing its use.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest disableKeyRequest)
Marks a key as disabled, thereby preventing its use.
|
Future<Void> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Marks a key as disabled, thereby preventing its use.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Marks a key as disabled, thereby preventing its use.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSKMSAsync.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Marks a key as disabled, thereby preventing its use.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyAsync(DisableKeyRequest disableKeyRequest,
AsyncHandler<DisableKeyRequest,Void> asyncHandler)
Marks a key as disabled, thereby preventing its use.
|
| Modifier and Type | Method and Description |
|---|---|
DisableKeyRequest |
DisableKeyRequest.withKeyId(String keyId)
Unique identifier of the customer master key to be disabled.
|
Copyright © 2014. All rights reserved.