Uses of Interface
software.amazon.awssdk.services.kms.model.GetKeyRotationStatusRequest.Builder
-
Packages that use GetKeyRotationStatusRequest.Builder Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.model -
-
Uses of GetKeyRotationStatusRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type GetKeyRotationStatusRequest.Builder 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 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. -
Uses of GetKeyRotationStatusRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GetKeyRotationStatusRequest.Builder Modifier and Type Method Description static GetKeyRotationStatusRequest.BuilderGetKeyRotationStatusRequest. builder()GetKeyRotationStatusRequest.BuilderGetKeyRotationStatusRequest.Builder. keyId(String keyId)Gets the rotation status for the specified KMS key.GetKeyRotationStatusRequest.BuilderGetKeyRotationStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetKeyRotationStatusRequest.BuilderGetKeyRotationStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetKeyRotationStatusRequest.BuilderGetKeyRotationStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GetKeyRotationStatusRequest.Builder Modifier and Type Method Description static Class<? extends GetKeyRotationStatusRequest.Builder>GetKeyRotationStatusRequest. serializableBuilderClass()
-