| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleKeyDeletionResult |
AWSKMSClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest request)
Schedules the deletion of a customer master key (CMK).
|
ScheduleKeyDeletionResult |
AWSKMS.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).
|
ScheduleKeyDeletionResult |
AbstractAWSKMS.scheduleKeyDeletion(ScheduleKeyDeletionRequest request) |
| 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 request,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler) |
Future<ScheduleKeyDeletionResult> |
AbstractAWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest request,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler) |
| 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 Amazon Resource Name (key ARN) of the CMK
whose deletion is scheduled.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withKeyState(KeyState keyState)
The current status of the CMK.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withKeyState(String keyState)
The current status of the CMK.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withPendingWindowInDays(Integer pendingWindowInDays)
The waiting period before the CMK is deleted.
|
Copyright © 2021. All rights reserved.