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

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

Uses of AwsSupportConstants.Region in com.atlassian.aws
 

Methods in com.atlassian.aws that return AwsSupportConstants.Region
 AwsSupportConstants.Region AWSAccount.getRegion()
           
 

Methods in com.atlassian.aws with parameters of type AwsSupportConstants.Region
 AWSAccount AWSManagerImpl.getAWSAccount(AwsSupportConstants.Region region, String awsAccessId, String awsSecretKey)
           
 AWSAccount AWSManager.getAWSAccount(AwsSupportConstants.Region region, String awsAccessId, String awsSecretKey)
           
 com.amazonaws.services.ec2.AmazonEC2Async Ec2ClientFactoryImpl.newAmazonEc2Async(AwsSupportConstants.Region region, com.amazonaws.auth.AWSCredentials awsCredentials, ScheduledExecutorService scheduledExecutorService)
           
 com.amazonaws.services.ec2.AmazonEC2AsyncClient Ec2ClientFactoryImpl.newAwsAsyncClient(AwsSupportConstants.Region region, com.amazonaws.auth.AWSCredentials awsCredentials, ScheduledExecutorService scheduledExecutorService)
           
 

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

Fields in com.atlassian.aws.ec2.awssdk with type parameters of type AwsSupportConstants.Region
static com.google.common.collect.ImmutableMap<String,AwsSupportConstants.Region> AwsSupportConstants.LOCATION_CONSTRAINT_TO_REGION
           
 

Methods in com.atlassian.aws.ec2.awssdk that return AwsSupportConstants.Region
static AwsSupportConstants.Region AwsSupportConstants.translateToRegion(String region)
          This will translate region code into region enum.
static AwsSupportConstants.Region AwsSupportConstants.Region.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AwsSupportConstants.Region[] AwsSupportConstants.Region.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.atlassian.aws.ec2.configuration that return AwsSupportConstants.Region
 AwsSupportConstants.Region ImageData.ImageDefinition.getRegion()
           
 

Methods in com.atlassian.aws.ec2.configuration with parameters of type AwsSupportConstants.Region
 String ImageData.getAssemblyBucket(AwsSupportConstants.Region region)
           
static String ImageData.getNameForRegion(String nameStem, AwsSupportConstants.Region region)
           
 

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



Copyright © 2015 Atlassian. All rights reserved.