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

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

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

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

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

Methods in com.atlassian.aws.ec2.configuration that return AwsSupportConstants.Architecture
 AwsSupportConstants.Architecture ImageData.ImageDefinition.getImageArchitecture()
           
 

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



Copyright © 2015 Atlassian. All rights reserved.