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

Packages that use InstancePaymentType
com.atlassian.aws.ec2   
 

Uses of InstancePaymentType in com.atlassian.aws.ec2
 

Methods in com.atlassian.aws.ec2 that return InstancePaymentType
 InstancePaymentType InstanceStatus.getInstancePaymentType()
           
static InstancePaymentType InstancePaymentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InstancePaymentType[] InstancePaymentType.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 InstancePaymentType
 void InstanceStatus.setInstancePaymentType(InstancePaymentType instancePaymentType)
           
 



Copyright © 2015 Atlassian. All rights reserved.