Uses of Class
com.amazonaws.services.kms.model.GetKeyRotationStatusResult
Packages that use GetKeyRotationStatusResult
-
Uses of GetKeyRotationStatusResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return GetKeyRotationStatusResultModifier and TypeMethodDescriptionAbstractAWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest request) AWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest) Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.AWSKMSClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest) Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.Methods in com.amazonaws.services.kms that return types with arguments of type GetKeyRotationStatusResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request) AbstractAWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult> asyncHandler) AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest) Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult> asyncHandler) Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request) AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type GetKeyRotationStatusResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult> asyncHandler) AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult> asyncHandler) Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request, AsyncHandler<GetKeyRotationStatusRequest, GetKeyRotationStatusResult> asyncHandler) -
Uses of GetKeyRotationStatusResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return GetKeyRotationStatusResultModifier and TypeMethodDescriptionGetKeyRotationStatusResult.clone()GetKeyRotationStatusResult.withKeyRotationEnabled(Boolean keyRotationEnabled) A Boolean value that specifies whether key rotation is enabled.