Uses of Class
software.amazon.awssdk.services.kms.model.ScheduleKeyDeletionResponse
-
Packages that use ScheduleKeyDeletionResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of ScheduleKeyDeletionResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ScheduleKeyDeletionResponse Modifier and Type Method Description default 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 ScheduleKeyDeletionResponse Modifier and Type Method 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.
-