Client classes for communicating with AWS Key Management Service to create and manage encryption keys.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-kms</artifactId>
<version>1.12.778</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an AWS KMS client and lists keys.
Set the AWS region using client.setRegion(Region.getRegion(Regions.US_EAST_1)) or configure AWS_REGION environment variable.
No dependency data recorded yet.