Examples of CloudWatchClient


Examples of com.elastisys.scale.cloudadapters.aws.commons.client.CloudWatchClient

   * @param region
   *            The AWS region that the request will be sent to.
   */
  public AmazonCloudWatchRequest(AWSCredentials awsCredentials, String region) {
    super(awsCredentials, region);
    this.client = new CloudWatchClient(getAwsCredentials(), getRegion());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.