| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateBucketResult> |
AbstractAWSS3ControlAsync.createBucketAsync(CreateBucketRequest request,
AsyncHandler<CreateBucketRequest,CreateBucketResult> asyncHandler) |
Future<CreateBucketResult> |
AWSS3ControlAsyncClient.createBucketAsync(CreateBucketRequest request,
AsyncHandler<CreateBucketRequest,CreateBucketResult> asyncHandler) |
Future<CreateBucketResult> |
AWSS3ControlAsync.createBucketAsync(CreateBucketRequest createBucketRequest,
AsyncHandler<CreateBucketRequest,CreateBucketResult> asyncHandler)
|
| Modifier and Type | Method and Description |
|---|---|
CreateBucketRequest |
CreateBucketRequest.clone() |
CreateBucketRequest |
CreateBucketRequest.withACL(BucketCannedACL aCL)
The canned ACL to apply to the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withACL(String aCL)
The canned ACL to apply to the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withBucket(String bucket)
The name of the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withCreateBucketConfiguration(CreateBucketConfiguration createBucketConfiguration)
The configuration information for the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withGrantFullControl(String grantFullControl)
Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withGrantRead(String grantRead)
Allows grantee to list the objects in the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withGrantReadACP(String grantReadACP)
Allows grantee to read the bucket ACL.
|
CreateBucketRequest |
CreateBucketRequest.withGrantWrite(String grantWrite)
Allows grantee to create, overwrite, and delete any object in the bucket.
|
CreateBucketRequest |
CreateBucketRequest.withGrantWriteACP(String grantWriteACP)
Allows grantee to write the ACL for the applicable bucket.
|
CreateBucketRequest |
CreateBucketRequest.withObjectLockEnabledForBucket(Boolean objectLockEnabledForBucket)
Specifies whether you want S3 Object Lock to be enabled for the new bucket.
|
CreateBucketRequest |
CreateBucketRequest.withOutpostId(String outpostId)
The ID of the Outposts where the bucket is being created.
|
Copyright © 2022. All rights reserved.