Uses of Class
com.amazonaws.services.s3.model.Bucket
-
Packages that use Bucket Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. -
-
Uses of Bucket in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return Bucket Modifier and Type Method Description BucketAbstractAmazonS3. createBucket(CreateBucketRequest createBucketRequest)BucketAbstractAmazonS3. createBucket(String bucketName)BucketAbstractAmazonS3. createBucket(String bucketName, Region region)BucketAbstractAmazonS3. createBucket(String bucketName, String region)BucketAmazonS3. createBucket(CreateBucketRequest createBucketRequest)Creates a new Amazon S3 bucket in the default region,Region.US_Standard.BucketAmazonS3. createBucket(String bucketName)Creates a new Amazon S3 bucket with the specified name in the default (US) region,Region.US_Standard.BucketAmazonS3. createBucket(String bucketName, Region region)Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.BucketAmazonS3. createBucket(String bucketName, String region)Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.BucketAmazonS3Client. createBucket(CreateBucketRequest createBucketRequest)BucketAmazonS3Client. createBucket(String bucketName)BucketAmazonS3Client. createBucket(String bucketName, Region region)BucketAmazonS3Client. createBucket(String bucketName, String region)Methods in com.amazonaws.services.s3 that return types with arguments of type Bucket Modifier and Type Method Description List<Bucket>AbstractAmazonS3. listBuckets()List<Bucket>AbstractAmazonS3. listBuckets(ListBucketsRequest listBucketsRequest)List<Bucket>AmazonS3. listBuckets()Returns a list of all Amazon S3 buckets that the authenticated sender of the request owns.List<Bucket>AmazonS3. listBuckets(ListBucketsRequest listBucketsRequest)Returns a list of all Amazon S3 buckets that the authenticated sender of the request owns.List<Bucket>AmazonS3Client. listBuckets()List<Bucket>AmazonS3Client. listBuckets(ListBucketsRequest listBucketsRequest)
-