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

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

Uses of RemoteEC2Instance in com.atlassian.aws
 

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

Uses of RemoteEC2Instance in com.atlassian.aws.ec2
 

Classes in com.atlassian.aws.ec2 that implement RemoteEC2Instance
 class RemoteEC2InstanceImpl
           
 

Methods in com.atlassian.aws.ec2 with parameters of type RemoteEC2Instance
 void EC2InstanceListener.ec2InstanceStateChanged(RemoteEC2Instance ec2Instance, EC2InstanceState previousState, EC2InstanceState newState, String details, Throwable throwable)
          Notification that the EC2InstanceState of an observed RemoteEC2Instance has changed.
 



Copyright © 2015 Atlassian. All rights reserved.