Uses of Class
com.amazonaws.services.kms.model.ScheduleKeyDeletionRequest
-
Packages that use ScheduleKeyDeletionRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of ScheduleKeyDeletionRequest in com.amazonaws.services.kms
Method parameters in com.amazonaws.services.kms with type arguments of type ScheduleKeyDeletionRequest Modifier and Type Method Description Future<ScheduleKeyDeletionResult>AbstractAWSKMSAsync. scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest request, AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)Future<ScheduleKeyDeletionResult>AWSKMSAsync. scheduleKeyDeletionAsync(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest, AsyncHandler<ScheduleKeyDeletionRequest,ScheduleKeyDeletionResult> asyncHandler)Schedules the deletion of a customer master key (CMK).Future<ScheduleKeyDeletionResult>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 ScheduleKeyDeletionRequest Modifier and Type Method Description ScheduleKeyDeletionRequestScheduleKeyDeletionRequest. clone()ScheduleKeyDeletionRequestScheduleKeyDeletionRequest. withKeyId(String keyId)The unique identifier for the customer master key (CMK) to delete.ScheduleKeyDeletionRequestScheduleKeyDeletionRequest. withPendingWindowInDays(Integer pendingWindowInDays)The waiting period, specified in number of days.
-