Uses of Class
software.amazon.awssdk.services.kms.model.RotateKeyOnDemandRequest
-
Packages that use RotateKeyOnDemandRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of RotateKeyOnDemandRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type RotateKeyOnDemandRequest Modifier and Type Method Description default CompletableFuture<RotateKeyOnDemandResponse>KmsAsyncClient. rotateKeyOnDemand(RotateKeyOnDemandRequest rotateKeyOnDemandRequest)Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.default RotateKeyOnDemandResponseKmsClient. rotateKeyOnDemand(RotateKeyOnDemandRequest rotateKeyOnDemandRequest)Immediately initiates rotation of the key material of the specified symmetric encryption KMS key. -
Uses of RotateKeyOnDemandRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type RotateKeyOnDemandRequest Modifier and Type Method Description SdkHttpFullRequestRotateKeyOnDemandRequestMarshaller. marshall(RotateKeyOnDemandRequest rotateKeyOnDemandRequest)
-