Uses of Class
software.amazon.awssdk.services.kms.model.ScheduleKeyDeletionRequest
-
Packages that use ScheduleKeyDeletionRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of ScheduleKeyDeletionRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ScheduleKeyDeletionRequest Modifier and Type Method Description default CompletableFuture<ScheduleKeyDeletionResponse>KmsAsyncClient. scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)Schedules the deletion of a KMS key.default ScheduleKeyDeletionResponseKmsClient. scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)Schedules the deletion of a KMS key. -
Uses of ScheduleKeyDeletionRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ScheduleKeyDeletionRequest Modifier and Type Method Description SdkHttpFullRequestScheduleKeyDeletionRequestMarshaller. marshall(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
-