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)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 GetKeyRotationStatusResponse Modifier and Type Method Description default CompletableFuture<GetKeyRotationStatusResponse>KmsAsyncClient. 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 CompletableFuture<GetKeyRotationStatusResponse>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.
-