Uses of Class
software.amazon.awssdk.services.kms.model.ScheduleKeyDeletionResponse
Packages that use ScheduleKeyDeletionResponse
-
Uses of ScheduleKeyDeletionResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ScheduleKeyDeletionResponseModifier and TypeMethodDescriptiondefault ScheduleKeyDeletionResponseKmsClient.scheduleKeyDeletion(Consumer<ScheduleKeyDeletionRequest.Builder> scheduleKeyDeletionRequest) Schedules the deletion of a KMS key.default ScheduleKeyDeletionResponseKmsClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest) Schedules the deletion of a KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ScheduleKeyDeletionResponseModifier and TypeMethodDescriptionKmsAsyncClient.scheduleKeyDeletion(Consumer<ScheduleKeyDeletionRequest.Builder> scheduleKeyDeletionRequest) Schedules the deletion of a KMS key.KmsAsyncClient.scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest) Schedules the deletion of a KMS key.