CompletableFuture<DeleteBucketPolicyResponse> |
DelegatingS3AsyncClient.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest) |
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|
DeleteBucketPolicyResponse |
DelegatingS3Client.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.
|
default DeleteBucketPolicyResponse |
S3Client.deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest) |
This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.
|