Uses of Class
com.amazonaws.services.kms.model.ScheduleKeyDeletionResult
-
Packages that use ScheduleKeyDeletionResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of ScheduleKeyDeletionResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ScheduleKeyDeletionResult Modifier and Type Method Description ScheduleKeyDeletionResult
AbstractAWSKMS. scheduleKeyDeletion(ScheduleKeyDeletionRequest request)
ScheduleKeyDeletionResult
AWSKMS. scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).ScheduleKeyDeletionResult
AWSKMSClient. scheduleKeyDeletion(ScheduleKeyDeletionRequest scheduleKeyDeletionRequest)
Schedules the deletion of a customer master key (CMK).Method parameters in com.amazonaws.services.kms with type arguments of type ScheduleKeyDeletionResult 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 ScheduleKeyDeletionResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ScheduleKeyDeletionResult Modifier and Type Method Description ScheduleKeyDeletionResult
ScheduleKeyDeletionResult. clone()
ScheduleKeyDeletionResult
ScheduleKeyDeletionResult. withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the customer master key (CMK).ScheduleKeyDeletionResult
ScheduleKeyDeletionResult. withKeyId(String keyId)
The unique identifier of the customer master key (CMK) for which deletion is scheduled.
-