com.atlassian.aws
Class AWSManagerImpl

java.lang.Object
  extended by com.atlassian.aws.AWSManagerImpl
All Implemented Interfaces:
AWSManager

public class AWSManagerImpl
extends Object
implements AWSManager


Constructor Summary
AWSManagerImpl(com.atlassian.aws.Ec2ClientFactory ec2ClientFactory, ScheduledExecutorService scheduledExecutorService)
           
 
Method Summary
 AWSAccount getAWSAccount(AwsSupportConstants.Region region, String awsAccessId, String awsSecretKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSManagerImpl

public AWSManagerImpl(com.atlassian.aws.Ec2ClientFactory ec2ClientFactory,
                      ScheduledExecutorService scheduledExecutorService)
Method Detail

getAWSAccount

public AWSAccount getAWSAccount(AwsSupportConstants.Region region,
                                String awsAccessId,
                                String awsSecretKey)
Specified by:
getAWSAccount in interface AWSManager


Copyright © 2015 Atlassian. All rights reserved.