Class KMS2ClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.kms.client.impl.KMS2ClientStandardImpl
- All Implemented Interfaces:
KMS2InternalClient
Manage an AWS KMS client for all users to use. This implementation is for local instances to use a static and solid
credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionKMS2ClientStandardImpl(KMS2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.kms.KmsClientGetting the KMS AWS client that is used.
-
Constructor Details
-
KMS2ClientStandardImpl
Constructor that uses the config file.
-
-
Method Details
-
getKmsClient
public software.amazon.awssdk.services.kms.KmsClient getKmsClient()Getting the KMS AWS client that is used.- Specified by:
getKmsClientin interfaceKMS2InternalClient- Returns:
- Amazon KMS Client.
-