Class Cw2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.cw.client.Cw2ClientFactory
Factory class to return the correct type of AWS Cloud Watch client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Cw2InternalClientgetCloudWatchClient(Cw2Configuration configuration) Return the correct AWS Cloud Watch client (based on remote vs local).
-
Method Details
-
getCloudWatchClient
Return the correct AWS Cloud Watch client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- CloudWatchClient
-