Uses of Class
com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
Packages that use ScheduleKeyDeletionRequest
-
Uses of ScheduleKeyDeletionRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type ScheduleKeyDeletionRequestModifier and TypeMethodDescriptionAbstractAWSKMS.scheduleKeyDeletion
(ScheduleKeyDeletionRequest request) AWSKMS.scheduleKeyDeletion
(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest) Schedules the deletion of a customer master key (CMK).AWSKMSClient.scheduleKeyDeletion
(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest) Schedules the deletion of a customer master key (CMK).AbstractAWSKMSAsync.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest request) AbstractAWSKMSAsync.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest request, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult> asyncHandler) AWSKMSAsync.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest) Schedules the deletion of a customer master key (CMK).AWSKMSAsync.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult> asyncHandler) Schedules the deletion of a customer master key (CMK).AWSKMSAsyncClient.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest request) AWSKMSAsyncClient.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest request, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type ScheduleKeyDeletionRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest request, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult> asyncHandler) AWSKMSAsync.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult> asyncHandler) Schedules the deletion of a customer master key (CMK).AWSKMSAsyncClient.scheduleKeyDeletionAsync
(ScheduleKeyDeletionRequest request, AsyncHandler<ScheduleKeyDeletionRequest, ScheduleKeyDeletionResult> asyncHandler) -
Uses of ScheduleKeyDeletionRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ScheduleKeyDeletionRequestModifier and TypeMethodDescriptionScheduleKeyDeletionRequest.clone()
The unique identifier for the customer master key (CMK) to delete.ScheduleKeyDeletionRequest.withPendingWindowInDays
(Integer pendingWindowInDays) The waiting period, specified in number of days.