Uses of Class
com.amazonaws.services.s3.model.Bucket

Packages that use Bucket
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
 Bucket AmazonS3.createBucket(String bucketName)
          Creates a new Amazon S3 bucket with the specified name, in the default (US) region - Region.US_Standard.
 Bucket AmazonS3Client.createBucket(String bucketName)
           
 Bucket AmazonS3.createBucket(String bucketName, Region region)
          Creates a new Amazon S3 bucket with the specified name, in the specified Amazon S3 region.
 Bucket AmazonS3Client.createBucket(String bucketName, Region region)
           
 Bucket AmazonS3.createBucket(String bucketName, String region)
          Creates a new Amazon S3 bucket with the specified name, in the specified Amazon S3 region.
 Bucket AmazonS3Client.createBucket(String bucketName, String region)
           
 

Methods in com.amazonaws.services.s3 that return types with arguments of type Bucket
 List<Bucket> AmazonS3.listBuckets()
          Returns a list of all of the Amazon S3 buckets owned by the authenticated sender of the request.
 List<Bucket> AmazonS3Client.listBuckets()
           
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.