Uses of Class
com.amazonaws.services.s3.model.Bucket
Packages that use Bucket
-
Uses of Bucket in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketModifier and TypeMethodDescriptionAbstractAmazonS3.createBucket(CreateBucketRequest createBucketRequest) AbstractAmazonS3.createBucket(String bucketName) AbstractAmazonS3.createBucket(String bucketName, Region region) AbstractAmazonS3.createBucket(String bucketName, String region) AmazonS3.createBucket(CreateBucketRequest createBucketRequest) Creates a new Amazon S3 bucket in the default region,Region.US_Standard.AmazonS3.createBucket(String bucketName) Creates a new Amazon S3 bucket with the specified name in the default (US) region,Region.US_Standard.AmazonS3.createBucket(String bucketName, Region region) Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.AmazonS3.createBucket(String bucketName, String region) Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.AmazonS3Client.createBucket(CreateBucketRequest createBucketRequest) AmazonS3Client.createBucket(String bucketName) AmazonS3Client.createBucket(String bucketName, Region region) AmazonS3Client.createBucket(String bucketName, String region) Methods in com.amazonaws.services.s3 that return types with arguments of type BucketModifier and TypeMethodDescriptionAbstractAmazonS3.listBuckets()AbstractAmazonS3.listBuckets(ListBucketsRequest listBucketsRequest) AmazonS3.listBuckets()Returns a list of all Amazon S3 buckets that the authenticated sender of the request owns.AmazonS3.listBuckets(ListBucketsRequest listBucketsRequest) Returns a list of all Amazon S3 buckets that the authenticated sender of the request owns.AmazonS3Client.listBuckets()AmazonS3Client.listBuckets(ListBucketsRequest listBucketsRequest)