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