Uses of Class
software.amazon.awssdk.services.kms.model.RotateKeyOnDemandResponse
-
Packages that use RotateKeyOnDemandResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of RotateKeyOnDemandResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return RotateKeyOnDemandResponse Modifier and Type Method Description default RotateKeyOnDemandResponseKmsClient. rotateKeyOnDemand(Consumer<RotateKeyOnDemandRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type RotateKeyOnDemandResponse Modifier and Type Method Description default CompletableFuture<RotateKeyOnDemandResponse>KmsAsyncClient. rotateKeyOnDemand(Consumer<RotateKeyOnDemandRequest.Builder> rotateKeyOnDemandRequest)Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.default CompletableFuture<RotateKeyOnDemandResponse>KmsAsyncClient. rotateKeyOnDemand(RotateKeyOnDemandRequest rotateKeyOnDemandRequest)Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.
-