Uses of Class
software.amazon.awssdk.services.kms.model.GetKeyRotationStatusResponse
-
Packages that use GetKeyRotationStatusResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of GetKeyRotationStatusResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return GetKeyRotationStatusResponse Modifier and Type Method Description default GetKeyRotationStatusResponseKmsClient. getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type GetKeyRotationStatusResponse Modifier and Type Method Description default CompletableFuture<GetKeyRotationStatusResponse>KmsAsyncClient. getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest)Gets a Boolean value that indicates whether automatic rotation of the key material is enabled for the specified KMS key.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.
-