Package com.elastisys.scale.cloudadapters.aws.commons.client

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


   * @param region
   *            The AWS region that the request will be sent to.
   */
  public AmazonEc2Request(AWSCredentials awsCredentials, String region) {
    super(awsCredentials, region);
    this.client = new Ec2Client(awsCredentials, region);
  }
View Full Code Here

TOP

Related Classes of com.elastisys.scale.cloudadapters.aws.commons.client.Ec2Client

Copyright © 2018 www.massapicom. 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.