Class KMS2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.kms.client.KMS2ClientFactory
Factory class to return the correct type of AWS KMS client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic KMS2InternalClientgetKmsClient(KMS2Configuration configuration) Return the correct AWS KMS client (based on remote vs local).
-
Method Details
-
getKmsClient
Return the correct AWS KMS client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- KMSClient
-