Uses of Class
com.amazonaws.services.s3.model.GetBucketLocationRequest
-
Packages that use GetBucketLocationRequest 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. -
-
Uses of GetBucketLocationRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type GetBucketLocationRequest Modifier and Type Method Description String
AbstractAmazonS3. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
String
AmazonS3. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
Gets the geographical region where Amazon S3 stores the specified bucket.String
AmazonS3Client. getBucketLocation(GetBucketLocationRequest getBucketLocationRequest)
-
Uses of GetBucketLocationRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetBucketLocationRequest Modifier and Type Method 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.
-