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

Packages that use CreateBucketRequest
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 CreateBucketRequest in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type CreateBucketRequest
 Bucket AmazonS3Client.createBucket(CreateBucketRequest createBucketRequest)
           
 Bucket AmazonS3.createBucket(CreateBucketRequest createBucketRequest)
           Creates a new Amazon S3 bucket in the default region, Region.US_Standard.
 

Uses of CreateBucketRequest in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return CreateBucketRequest
 CreateBucketRequest CreateBucketRequest.withAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new bucket.
 CreateBucketRequest CreateBucketRequest.withCannedAcl(CannedAccessControlList cannedAcl)
          Sets the optional Canned ACL to set for the new bucket, and returns this updated object so that additional method calls can be chained together.
 



Copyright © 2016. All rights reserved.