Uses of Class
software.amazon.awssdk.services.kms.model.GetKeyRotationStatusRequest
-
Packages that use GetKeyRotationStatusRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of GetKeyRotationStatusRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type GetKeyRotationStatusRequest Modifier and Type Method Description default CompletableFuture<GetKeyRotationStatusResponse>KmsAsyncClient. getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified KMS key.default GetKeyRotationStatusResponseKmsClient. getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified KMS key. -
Uses of GetKeyRotationStatusRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type GetKeyRotationStatusRequest Modifier and Type Method Description SdkHttpFullRequestGetKeyRotationStatusRequestMarshaller. marshall(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
-