| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| 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 |
|---|---|
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 © 2019. All rights reserved.