Uses of Interface
com.atlassian.aws.AWSAccount

Packages that use AWSAccount
com.atlassian.aws   
com.atlassian.aws.ec2   
 

Uses of AWSAccount in com.atlassian.aws
 

Methods in com.atlassian.aws that return AWSAccount
 AWSAccount AWSManagerImpl.getAWSAccount(AwsSupportConstants.Region region, String awsAccessId, String awsSecretKey)
           
 AWSAccount AWSManager.getAWSAccount(AwsSupportConstants.Region region, String awsAccessId, String awsSecretKey)
           
 

Uses of AWSAccount in com.atlassian.aws.ec2
 

Constructors in com.atlassian.aws.ec2 with parameters of type AWSAccount
InstanceLauncherFactory(AWSAccount awsAccount)
           
RemoteEC2InstanceImpl(InstanceLaunchConfiguration instanceConfiguration, int pollPeriodInSeconds, int maxSuccessiveSupervisionFailures, EC2InstanceListener listener, AWSAccount awsAccount, ScheduledExecutorService scheduledExecutorService, List<Throwable> backgroundThrowables)
           
SubnetChooser(AvailabilityZoneChooser availabilityZoneChooser, AWSAccount awsAccount)
           
 



Copyright © 2015 Atlassian. All rights reserved.