Uses of Class
com.amazonaws.services.kms.model.GetKeyRotationStatusResult
-
Packages that use GetKeyRotationStatusResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of GetKeyRotationStatusResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return GetKeyRotationStatusResult Modifier and Type Method Description GetKeyRotationStatusResult
AbstractAWSKMS. getKeyRotationStatus(GetKeyRotationStatusRequest request)
GetKeyRotationStatusResult
AWSKMS. getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.GetKeyRotationStatusResult
AWSKMSClient. getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.Method parameters in com.amazonaws.services.kms with type arguments of type GetKeyRotationStatusResult Modifier and Type Method Description Future<GetKeyRotationStatusResult>
AbstractAWSKMSAsync. getKeyRotationStatusAsync(GetKeyRotationStatusRequest request, AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Future<GetKeyRotationStatusResult>
AWSKMSAsync. getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest, AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Retrieves a Boolean value that indicates whether key rotation is enabled for the specified key.Future<GetKeyRotationStatusResult>
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 GetKeyRotationStatusResult Modifier and Type Method Description GetKeyRotationStatusResult
GetKeyRotationStatusResult. clone()
GetKeyRotationStatusResult
GetKeyRotationStatusResult. withKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
-