| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
| com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| 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(String bucketName,
Region region)
Deprecated.
|
Bucket |
AmazonS3.createBucket(String bucketName,
Region region)
Deprecated.
Use regional endpoint and call
AmazonS3.createBucket(String) instead. |
Bucket |
AbstractAmazonS3.createBucket(String bucketName,
Region region) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CreateBucketRequest(String bucketName,
Region region)
Constructs a new
CreateBucketRequest,
ready to be executed to create the
specified bucket in the specified region. |
Copyright © 2025. All rights reserved.