Uses of Class
com.amazonaws.services.s3.model.CreateBucketRequest
-
Packages that use CreateBucketRequest Package Description 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 Modifier and Type Method Description BucketAbstractAmazonS3. createBucket(CreateBucketRequest createBucketRequest)BucketAmazonS3. createBucket(CreateBucketRequest createBucketRequest)Creates a new Amazon S3 bucket in the default region,Region.US_Standard.BucketAmazonS3Client. createBucket(CreateBucketRequest createBucketRequest) -
Uses of CreateBucketRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CreateBucketRequest Modifier and Type Method Description CreateBucketRequestCreateBucketRequest. withAccessControlList(AccessControlList accessControlList)Sets the optional access control list for the new bucket.CreateBucketRequestCreateBucketRequest. 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.
-