| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteBucketPolicyResponse |
S3Client.deleteBucketPolicy(DeleteBucketPolicyRequest 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 |
|---|---|
SdkHttpFullRequest |
DeleteBucketPolicyRequestMarshaller.marshall(DeleteBucketPolicyRequest deleteBucketPolicyRequest) |
Copyright © 2022. All rights reserved.