| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal | |
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBucketAclResponse> |
DelegatingS3AsyncClient.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 |
|---|---|
SdkHttpFullRequest |
GetBucketAclRequestMarshaller.marshall(GetBucketAclRequest getBucketAclRequest) |
Copyright © 2022. All rights reserved.