Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<Region,AmazonS3> |
S3ClientCache.clientsByRegion |
private java.util.Map<Region,TransferManager> |
S3ClientCache.transferManagersByRegion |
Modifier and Type | Method and Description |
---|---|
Region |
S3Link.getS3Region() |
Modifier and Type | Method and Description |
---|---|
private AmazonS3 |
S3ClientCache.cacheClient(Region s3region)
Returns a new client with region configured to
s3region.
|
S3Link |
IDynamoDBMapper.createS3Link(Region s3region,
java.lang.String bucketName,
java.lang.String key)
Creates an S3Link with the specified region, bucket name and key.
|
S3Link |
DynamoDBMapper.createS3Link(Region s3region,
java.lang.String bucketName,
java.lang.String key) |
S3Link |
AbstractDynamoDBMapper.createS3Link(Region s3region,
java.lang.String bucketName,
java.lang.String key) |
AmazonS3 |
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. |
Constructor and Description |
---|
ID(Region region,
java.lang.String bucketName,
java.lang.String key) |
S3(Region region,
java.lang.String bucket,
java.lang.String key)
Constructs a new
S3Link.S3 with all the required parameters. |
S3Link(S3ClientCache s3cc,
Region region,
java.lang.String bucketName,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
Region |
AmazonS3Client.getRegion() |
Region |
AmazonS3.getRegion()
Returns the region with which the client is configured.
|
Region |
AbstractAmazonS3.getRegion() |
Modifier and Type | Method and Description |
---|---|
Bucket |
AmazonS3Client.createBucket(java.lang.String bucketName,
Region region) |
Bucket |
AmazonS3.createBucket(java.lang.String bucketName,
Region region)
Creates a new Amazon S3 bucket with the specified name in the specified
Amazon S3 region.
|
Bucket |
AbstractAmazonS3.createBucket(java.lang.String bucketName,
Region region) |
Modifier and Type | Method and Description |
---|---|
static Region |
Region.fromValue(java.lang.String s3RegionId)
Returns the Amazon S3 Region enumeration value representing the specified Amazon
S3 Region ID string.
|
static Region |
Region.valueOf(java.lang.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.
|
Constructor and Description |
---|
CreateBucketRequest(java.lang.String bucketName,
Region region)
Constructs a new
CreateBucketRequest ,
ready to be executed to create the
specified bucket in the specified region. |