| 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 KMS key.
|
ScheduleKeyDeletionResult |
AWSKMS.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
ScheduleKeyDeletionResult |
AbstractAWSKMS.scheduleKeyDeletion(ScheduleKeyDeletionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ScheduleKeyDeletionResult> |
AbstractAWSKMSAsync.scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest request,
AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler) |
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 KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.clone() |
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withDeletionDate(Date deletionDate)
The date and time after which KMS deletes the KMS key.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withKeyId(String keyId)
The Amazon Resource Name (key ARN) of the KMS
key whose deletion is scheduled.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withKeyState(KeyState keyState)
The current status of the KMS key.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withKeyState(String keyState)
The current status of the KMS key.
|
ScheduleKeyDeletionResult |
ScheduleKeyDeletionResult.withPendingWindowInDays(Integer pendingWindowInDays)
The waiting period before the KMS key is deleted.
|
Copyright © 2022. All rights reserved.