| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| Modifier and Type | Method and Description |
|---|---|
default GetBucketAclResponse |
S3Client.getBucketAcl(Consumer<GetBucketAclRequest.Builder> getBucketAclRequest)
This implementation of the
GET action uses the acl subresource to return the access
control list (ACL) of a bucket. |
default GetBucketAclResponse |
S3Client.getBucketAcl(GetBucketAclRequest getBucketAclRequest)
This implementation of the
GET action uses the acl subresource to return the access
control list (ACL) of a bucket. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketAclResponse> |
S3AsyncClient.getBucketAcl(Consumer<GetBucketAclRequest.Builder> getBucketAclRequest)
This implementation of the
GET action uses the acl subresource to return the access
control list (ACL) of a bucket. |
default CompletableFuture<GetBucketAclResponse> |
S3AsyncClient.getBucketAcl(GetBucketAclRequest getBucketAclRequest)
This implementation of the
GET action uses the acl subresource to return the access
control list (ACL) of a bucket. |
Copyright © 2022. All rights reserved.