| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default DeleteBucketPolicyResponse |
S3Client.deleteBucketPolicy(Consumer<DeleteBucketPolicyRequest.Builder> deleteBucketPolicyRequest)
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|
default DeleteBucketPolicyResponse |
S3Client.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest)
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBucketPolicyResponse> |
S3AsyncClient.deleteBucketPolicy(Consumer<DeleteBucketPolicyRequest.Builder> deleteBucketPolicyRequest)
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|
default CompletableFuture<DeleteBucketPolicyResponse> |
S3AsyncClient.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest)
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteBucketPolicyResponse> |
DelegatingS3AsyncClient.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest)
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|
Copyright © 2022. All rights reserved.