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.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
AmazonS3.createBucket(CreateBucketRequest createBucketRequest)
Creates a new Amazon S3 bucket in the region that the client was created
in.
|
Bucket |
AmazonS3Client.createBucket(CreateBucketRequest createBucketRequest) |
Bucket |
AbstractAmazonS3.createBucket(CreateBucketRequest createBucketRequest) |
Modifier and Type | Method and Description |
---|---|
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.
|
CreateBucketRequest |
CreateBucketRequest.withObjectLockEnabledForBucket(boolean objectLockEnabled)
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
|
Copyright © 2021. All rights reserved.