Class Cw2ClientSessionTokenImpl
java.lang.Object
org.apache.camel.component.aws2.cw.client.impl.Cw2ClientSessionTokenImpl
- All Implemented Interfaces:
Cw2InternalClient
Manage an AWS Cloud Watch client for all users to use. This implementation is for local instances to use a static and
solid credential set.
-
Constructor Summary
ConstructorsConstructorDescriptionCw2ClientSessionTokenImpl(Cw2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.cloudwatch.CloudWatchClientGetting the Cloud Watch AWS client that is used.
-
Constructor Details
-
Cw2ClientSessionTokenImpl
Constructor that uses the config file.
-
-
Method Details
-
getCloudWatchClient
public software.amazon.awssdk.services.cloudwatch.CloudWatchClient getCloudWatchClient()Getting the Cloud Watch AWS client that is used.- Specified by:
getCloudWatchClientin interfaceCw2InternalClient- Returns:
- Amazon Cloud Watch Client.
-