Uses of Class
com.atlassian.aws.ec2.InstanceLaunchConfiguration

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

Uses of InstanceLaunchConfiguration in com.atlassian.aws
 

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

Uses of InstanceLaunchConfiguration in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that return InstanceLaunchConfiguration
 InstanceLaunchConfiguration InstanceLaunchConfigurationBuilder.build()
           
 InstanceLaunchConfiguration RemoteEC2InstanceImpl.getInstanceConfiguration()
           
 InstanceLaunchConfiguration RemoteEC2Instance.getInstanceConfiguration()
           
 

Methods in com.atlassian.aws.ec2 with parameters of type InstanceLaunchConfiguration
 InstanceLauncherFactory.InstanceLauncher InstanceLauncherFactory.newLauncher(InstanceLaunchConfiguration instanceConfiguration, InstanceStatus instanceStatus)
           
 InstanceLauncherFactory.InstanceLauncher InstanceLauncherFactory.newOnDemandInstanceLauncher(InstanceLaunchConfiguration instanceConfiguration, InstanceStatus instanceStatus)
           
 InstanceLauncherFactory.InstanceLauncher InstanceLauncherFactory.newSpotInstanceLauncher(InstanceLaunchConfiguration instanceConfiguration, InstanceStatus instanceStatus)
           
 

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



Copyright © 2015 Atlassian. All rights reserved.