Uses of Class
software.amazon.awssdk.services.kms.model.DisableKeyRotationRequest
-
Packages that use DisableKeyRotationRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of DisableKeyRotationRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type DisableKeyRotationRequest Modifier and Type Method Description default CompletableFuture<DisableKeyRotationResponse>KmsAsyncClient. disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)Disables automatic rotation of the key material of the specified symmetric encryption KMS key.default DisableKeyRotationResponseKmsClient. disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)Disables automatic rotation of the key material of the specified symmetric encryption KMS key. -
Uses of DisableKeyRotationRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type DisableKeyRotationRequest Modifier and Type Method Description SdkHttpFullRequestDisableKeyRotationRequestMarshaller. marshall(DisableKeyRotationRequest disableKeyRotationRequest)
-