Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.metrics | |
com.amazonaws.regions | |
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
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.
|
Constructor and Description |
---|
DynamoDB(Regions regionEnum)
Create a DynamoDB object that talks to the specified AWS region.
|
Modifier and Type | Method and Description |
---|---|
Regions |
CryptoConfiguration.getKmsRegion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoConfiguration.setKmsRegion(Regions kmsRegion)
Deprecated.
|
CryptoConfiguration |
CryptoConfiguration.withKmsRegion(Regions kmsRegion)
Deprecated.
|
Copyright © 2018. All rights reserved.