Class Cw2ClientFactory

java.lang.Object
org.apache.camel.component.aws2.cw.client.Cw2ClientFactory

public final class Cw2ClientFactory extends Object
Factory class to return the correct type of AWS Cloud Watch client.
  • Method Details

    • getCloudWatchClient

      public static Cw2InternalClient getCloudWatchClient(Cw2Configuration configuration)
      Return the correct AWS Cloud Watch client (based on remote vs local).
      Parameters:
      configuration - configuration
      Returns:
      CloudWatchClient