| Package | Description | 
|---|---|
| com.amazonaws.services.kms | 
 | 
| com.amazonaws.services.kms.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ScheduleKeyDeletionResult> | 
AWSKMSAsyncClient.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest request,
                        AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)  | 
Future<ScheduleKeyDeletionResult> | 
AWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest,
                        AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)
 Schedules the deletion of a customer master key (CMK). 
 | 
Future<ScheduleKeyDeletionResult> | 
AbstractAWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest request,
                        AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduleKeyDeletionRequest | 
ScheduleKeyDeletionRequest.clone()  | 
ScheduleKeyDeletionRequest | 
ScheduleKeyDeletionRequest.withKeyId(String keyId)
 The unique identifier of the customer master key (CMK) to delete. 
 | 
ScheduleKeyDeletionRequest | 
ScheduleKeyDeletionRequest.withPendingWindowInDays(Integer pendingWindowInDays)
 The waiting period, specified in number of days. 
 | 
Copyright © 2020. All rights reserved.