Uses of Interface
com.atlassian.aws.ec2.EC2InstanceListener

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

Uses of EC2InstanceListener in com.atlassian.aws
 

Methods in com.atlassian.aws with parameters of type EC2InstanceListener
 RemoteEC2Instance AWSAccount.newEC2Instance(InstanceLaunchConfiguration instanceLaunchConfiguration, EC2InstanceListener listener)
          Place an order for a new EC2 instance.
 

Uses of EC2InstanceListener in com.atlassian.aws.ec2
 

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



Copyright © 2015 Atlassian. All rights reserved.