Uses of Class
com.amazonaws.services.s3.model.GetBucketLocationRequest
Packages that use GetBucketLocationRequest
Package
Description
Synchronous client for accessing Amazon S3.
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 GetBucketLocationRequestModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketLocation
(GetBucketLocationRequest getBucketLocationRequest) AmazonS3.getBucketLocation
(GetBucketLocationRequest getBucketLocationRequest) Gets the geographical region where Amazon S3 stores the specified bucket.AmazonS3Client.getBucketLocation
(GetBucketLocationRequest getBucketLocationRequest) -
Uses of GetBucketLocationRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetBucketLocationRequestModifier and TypeMethodDescriptionGetBucketLocationRequest.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.