Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.regions |
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceClient.configureRegion(Regions region)
Convenient method for setting region.
|
<T extends AmazonWebServiceClient> |
AmazonWebServiceClient.withRegion(Regions region)
Convenient fluent method for setting region.
|
Modifier and Type | Method and Description |
---|---|
static Regions |
AwsSdkMetrics.getRegion()
Returns the region configured for the default AWS SDK metric collector;
or null if the default is to be used.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.