| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
String |
AmazonS3Client.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest) |
String |
AbstractAmazonS3.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest) |
String |
AmazonS3.getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
Gets the geographical region where Amazon S3 stores the specified
bucket.
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketLocationRequest |
GetBucketLocationRequest.withBucketName(String bucketName)
Sets the name of the bucket whose location is being requested, and
returns this updated object so that additional method calls can be
chained together.
|
Copyright © 2019. All rights reserved.