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