Uses of Class
com.amazonaws.services.kms.model.DisableKeyRotationRequest
-
Packages that use DisableKeyRotationRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of DisableKeyRotationRequest in com.amazonaws.services.kms
Method parameters in com.amazonaws.services.kms with type arguments of type DisableKeyRotationRequest Modifier and Type Method Description Future<DisableKeyRotationResult>
AbstractAWSKMSAsync. disableKeyRotationAsync(DisableKeyRotationRequest request, AsyncHandler<DisableKeyRotationRequest,DisableKeyRotationResult> asyncHandler)
Future<DisableKeyRotationResult>
AWSKMSAsync. disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest, AsyncHandler<DisableKeyRotationRequest,DisableKeyRotationResult> asyncHandler)
Disables rotation of the specified key.Future<DisableKeyRotationResult>
AWSKMSAsyncClient. disableKeyRotationAsync(DisableKeyRotationRequest request, AsyncHandler<DisableKeyRotationRequest,DisableKeyRotationResult> asyncHandler)
-
Uses of DisableKeyRotationRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return DisableKeyRotationRequest Modifier and Type Method Description DisableKeyRotationRequest
DisableKeyRotationRequest. clone()
DisableKeyRotationRequest
DisableKeyRotationRequest. withKeyId(String keyId)
A unique identifier for the customer master key.
-