Uses of Class
com.amazonaws.regions.Regions
-
Packages that use Regions Package Description com.amazonaws com.amazonaws.metrics Classes used to support the AWS SDK metrics API.com.amazonaws.regions com.amazonaws.services.dynamodbv2.document com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of Regions in com.amazonaws
Methods in com.amazonaws with parameters of type Regions Modifier and Type Method Description voidAmazonWebServiceClient. configureRegion(Regions region)Convenient method for setting region.<T extends AmazonWebServiceClient>
TAmazonWebServiceClient. withRegion(Regions region)Convenient fluent method for setting region. -
Uses of Regions in com.amazonaws.metrics
Methods in com.amazonaws.metrics that return Regions Modifier and Type Method Description static RegionsAwsSdkMetrics. 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 Modifier and Type Method Description static voidAwsSdkMetrics. 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 Modifier and Type Field Description static RegionsRegions. DEFAULT_REGIONThe 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 Modifier and Type Method Description static RegionsRegions. fromName(String regionName)Returns a region enum corresponding to the given region name.static RegionsRegions. 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 Modifier and Type Method Description static RegionRegion. getRegion(Regions region)Returns the region with the id given, or null if it cannot be found in the current regions.xml file. -
Uses of Regions in com.amazonaws.services.dynamodbv2.document
Constructors in com.amazonaws.services.dynamodbv2.document with parameters of type Regions Constructor Description DynamoDB(Regions regionEnum)Create a DynamoDB object that talks to the specified AWS region. -
Uses of Regions in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return Regions Modifier and Type Method Description RegionsCryptoConfiguration. getKmsRegion()Deprecated.Methods in com.amazonaws.services.s3.model with parameters of type Regions Modifier and Type Method Description voidCryptoConfiguration. setKmsRegion(Regions kmsRegion)Deprecated.CryptoConfigurationCryptoConfiguration. withKmsRegion(Regions kmsRegion)Deprecated.
-