| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default ScheduleKeyDeletionResponse |
KmsClient.scheduleKeyDeletion(Consumer<ScheduleKeyDeletionRequest.Builder> scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
default ScheduleKeyDeletionResponse |
KmsClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ScheduleKeyDeletionResponse> |
KmsAsyncClient.scheduleKeyDeletion(Consumer<ScheduleKeyDeletionRequest.Builder> scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
default CompletableFuture<ScheduleKeyDeletionResponse> |
KmsAsyncClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a KMS key.
|
Copyright © 2023. All rights reserved.