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

Packages that use EC2InstanceState
com.atlassian.aws.ec2   
 

Uses of EC2InstanceState in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that return EC2InstanceState
static EC2InstanceState EC2InstanceState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EC2InstanceState[] EC2InstanceState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.aws.ec2 with parameters of type EC2InstanceState
 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.