|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
com.amazonaws.services.s3.model | 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 Region | |
---|---|
Region |
S3Link.getS3Region()
|
Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type Region | |
---|---|
S3Link |
DynamoDBMapper.createS3Link(Region s3region,
String bucketName,
String key)
Creates an S3Link with the specified region, bucket name and key. |
AmazonS3Client |
S3ClientCache.getClient(Region s3region)
Returns a client for the requested region, or throws an exception when unable. |
TransferManager |
S3ClientCache.getTransferManager(Region region)
Returns a TransferManager 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 Region | |
---|---|
Region |
AmazonS3Client.getRegion()
|
Methods in com.amazonaws.services.s3 with parameters of type Region | |
---|---|
Bucket |
AmazonS3Client.createBucket(String bucketName,
Region region)
|
Bucket |
AmazonS3.createBucket(String bucketName,
Region region)
Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region. |
Uses of Region in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return Region | |
---|---|
static Region |
Region.fromValue(String s3RegionId)
Returns the Amazon S3 Region enumeration value representing the specified Amazon S3 Region ID string. |
static Region |
Region.valueOf(String name)
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 Region | |
---|---|
CreateBucketRequest(String bucketName,
Region region)
Constructs a new CreateBucketRequest ,
ready to be executed to create the
specified bucket in the specified region. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |