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

Packages that use AwsSupportConstants.RootDeviceType
com.atlassian.aws.ec2.awssdk   
com.atlassian.aws.ec2.configuration   
 

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

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

Uses of AwsSupportConstants.RootDeviceType in com.atlassian.aws.ec2.configuration
 

Methods in com.atlassian.aws.ec2.configuration that return AwsSupportConstants.RootDeviceType
 AwsSupportConstants.RootDeviceType ImageData.ImageDefinition.getRootDeviceType()
           
 

Constructors in com.atlassian.aws.ec2.configuration with parameters of type AwsSupportConstants.RootDeviceType
ImageData.ImageDefinition(AwsSupportConstants.Region region, AwsSupportConstants.RootDeviceType rootDeviceType, AwsSupportConstants.Architecture imageArchitecture, AwsSupportConstants.Platform imagePlatform, String osName, String imageId)
           
 



Copyright © 2015 Atlassian. All rights reserved.