Uses of Class
com.amazonaws.regions.Regions

Packages that use Regions
com.amazonaws.metrics Classes used to support the AWS SDK metrics API. 
com.amazonaws.regions   
 

Uses of Regions in com.amazonaws.metrics
 

Methods in com.amazonaws.metrics that return Regions
static Regions AwsSdkMetrics.getRegion()
          Returns the region configured for the default AWS SDK metric collector; or null if the default is to be used.
 

Methods in com.amazonaws.metrics with parameters of type Regions
static void AwsSdkMetrics.setRegion(Regions region)
          Sets the region to be used for the default AWS SDK metric collector; or null if the default is to be used.
 

Uses of Regions in com.amazonaws.regions
 

Fields in com.amazonaws.regions declared as Regions
static Regions Regions.DEFAULT_REGION
          The default region that new customers in the US are encouraged to use when using AWS services for the first time.
 

Methods in com.amazonaws.regions that return Regions
static Regions Regions.fromName(String regionName)
          Returns a region enum corresponding to the given region name.
static Regions Regions.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Regions[] Regions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.regions with parameters of type Regions
static Region Region.getRegion(Regions region)
          Returns the region with the id given, or null if it cannot be found in the current regions.xml file.
 



Copyright © 2016. All rights reserved.