Uses of Class
com.amazonaws.services.s3.model.CreateBucketRequest
Packages that use CreateBucketRequest
Package
Description
Synchronous client for accessing Amazon S3.
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 CreateBucketRequestModifier and TypeMethodDescriptionAbstractAmazonS3.createBucket(CreateBucketRequest createBucketRequest) AmazonS3.createBucket(CreateBucketRequest createBucketRequest) Creates a new Amazon S3 bucket in the default region,Region.US_Standard.AmazonS3Client.createBucket(CreateBucketRequest createBucketRequest) -
Uses of CreateBucketRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CreateBucketRequestModifier and TypeMethodDescriptionCreateBucketRequest.withAccessControlList(AccessControlList accessControlList) Sets the optional access control list for the new bucket.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.