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)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. -
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)
-