| 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 |
|---|---|
ScheduleKeyDeletionResult |
AWSKMSClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
ScheduleKeyDeletionResult |
AWSKMS.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ScheduleKeyDeletionResult> |
AWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
Future<ScheduleKeyDeletionResult> |
AWSKMSAsyncClient.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
Future<ScheduleKeyDeletionResult> |
AWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)
Schedules the deletion of a customer master key (CMK).
|
Future<ScheduleKeyDeletionResult> |
AWSKMSAsyncClient.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)
Schedules the deletion of a customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ScheduleKeyDeletionResult> |
AWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)
Schedules the deletion of a customer master key (CMK).
|
Future<ScheduleKeyDeletionResult> |
AWSKMSAsyncClient.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)
Schedules the deletion of a customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.clone() |
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key
(CMK).
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withKeyId(String keyId)
The unique identifier of the customer master key (CMK) for which
deletion is scheduled.
|
Copyright © 2015. All rights reserved.