Uses of Enum
com.amazonaws.services.s3.model.Region
Packages that use Region
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of Region in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return RegionMethods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type RegionModifier and TypeMethodDescriptionAbstractDynamoDBMapper.createS3Link
(Region s3region, String bucketName, String key) DynamoDBMapper.createS3Link
(Region s3region, String bucketName, String key) IDynamoDBMapper.createS3Link
(Region s3region, String bucketName, String key) Creates an S3Link with the specified region, bucket name and key.Returns a client for the requested region, or throws an exception when unable.S3ClientCache.getTransferManager
(Region region) Returns aTransferManager
for the given region, or throws an exception when unable. -
Uses of Region in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return RegionModifier and TypeMethodDescriptionAbstractAmazonS3.getRegion()
AmazonS3.getRegion()
Returns the region with which the client is configured.AmazonS3Client.getRegion()
Methods in com.amazonaws.services.s3 with parameters of type RegionModifier and TypeMethodDescriptionAbstractAmazonS3.createBucket
(String bucketName, Region region) AmazonS3.createBucket
(String bucketName, Region region) Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.AmazonS3Client.createBucket
(String bucketName, Region region) -
Uses of Region in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return RegionModifier and TypeMethodDescriptionstatic Region
Returns the Amazon S3 Region enumeration value representing the specified Amazon S3 Region ID string.static Region
Returns the enum constant of this type with the specified name.static Region[]
Region.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.services.s3.model with parameters of type RegionModifierConstructorDescriptionCreateBucketRequest
(String bucketName, Region region) Constructs a newCreateBucketRequest
, ready to be executed to create the specified bucket in the specified region.