Uses of Class
software.amazon.awssdk.services.kms.model.GetKeyRotationStatusResponse
Packages that use GetKeyRotationStatusResponse
-
Uses of GetKeyRotationStatusResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return GetKeyRotationStatusResponseModifier and TypeMethodDescriptiondefault GetKeyRotationStatusResponseKmsClient.getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest) Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key material is enabled for the specified KMS key, the rotation period, and the next scheduled rotation date.default GetKeyRotationStatusResponseKmsClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest) Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key material is enabled for the specified KMS key, the rotation period, and the next scheduled rotation date.Methods in software.amazon.awssdk.services.kms that return types with arguments of type GetKeyRotationStatusResponseModifier and TypeMethodDescriptionKmsAsyncClient.getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest) Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key material is enabled for the specified KMS key, the rotation period, and the next scheduled rotation date.KmsAsyncClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest) Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key material is enabled for the specified KMS key, the rotation period, and the next scheduled rotation date.