Uses of Class
com.amazonaws.services.s3.model.DeleteBucketPolicyRequest
Packages that use DeleteBucketPolicyRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of DeleteBucketPolicyRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type DeleteBucketPolicyRequestModifier and TypeMethodDescriptionvoid
AbstractAmazonS3.deleteBucketPolicy
(DeleteBucketPolicyRequest deleteBucketPolicyRequest) void
AmazonS3.deleteBucketPolicy
(DeleteBucketPolicyRequest deleteBucketPolicyRequest) Deletes the policy associated with the specified bucket.void
AmazonS3Client.deleteBucketPolicy
(DeleteBucketPolicyRequest deleteBucketPolicyRequest) -
Uses of DeleteBucketPolicyRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return DeleteBucketPolicyRequestModifier and TypeMethodDescriptionDeleteBucketPolicyRequest.withBucketName
(String bucketName) Sets the name of the Amazon S3 bucket whose policy is being deleted, and returns the updated request object so that additional method calls can be chained together.