Uses of Class
software.amazon.awssdk.services.kms.model.RotateKeyOnDemandResponse
Packages that use RotateKeyOnDemandResponse
-
Uses of RotateKeyOnDemandResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return RotateKeyOnDemandResponseModifier and TypeMethodDescriptiondefault 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 RotateKeyOnDemandResponseModifier and TypeMethodDescriptionKmsAsyncClient.rotateKeyOnDemand(Consumer<RotateKeyOnDemandRequest.Builder> rotateKeyOnDemandRequest) Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.KmsAsyncClient.rotateKeyOnDemand(RotateKeyOnDemandRequest rotateKeyOnDemandRequest) Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.