Uses of Class
com.atlassian.aws.ec2.awssdk.AwsSupportConstants.InstanceStateName

Packages that use AwsSupportConstants.InstanceStateName
com.atlassian.aws.ec2   
com.atlassian.aws.ec2.awssdk   
 

Uses of AwsSupportConstants.InstanceStateName in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 with parameters of type AwsSupportConstants.InstanceStateName
 void RemoteEC2InstanceImpl.handleStateChange(InstanceReservationDescription instance, AwsSupportConstants.InstanceStateName newState)
           
 

Uses of AwsSupportConstants.InstanceStateName in com.atlassian.aws.ec2.awssdk
 

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



Copyright © 2015 Atlassian. All rights reserved.