Uses of Class
software.amazon.awssdk.services.s3.model.DeleteBucketPolicyResponse
-
Packages that use DeleteBucketPolicyResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of DeleteBucketPolicyResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return DeleteBucketPolicyResponse Modifier and Type Method Description DeleteBucketPolicyResponseDelegatingS3Client. deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest)This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.default DeleteBucketPolicyResponseS3Client. deleteBucketPolicy(Consumer<DeleteBucketPolicyRequest.Builder> deleteBucketPolicyRequest)This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.default DeleteBucketPolicyResponseS3Client. deleteBucketPolicy(DeleteBucketPolicyRequest deleteBucketPolicyRequest)This implementation of the DELETE action uses the policy subresource to delete the policy of a specified bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type DeleteBucketPolicyResponse Modifier and Type Method 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.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.
-