Uses of Class
software.amazon.awssdk.services.kms.model.ConflictException
-
Packages that use ConflictException Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of ConflictException in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that throw ConflictException 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.
-