Uses of Class
com.amazonaws.services.s3.model.GetBucketPolicyRequest
Packages that use GetBucketPolicyRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of GetBucketPolicyRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type GetBucketPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) AmazonS3.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) Gets the policy for the specified bucket.AmazonS3Client.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) -
Uses of GetBucketPolicyRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetBucketPolicyRequestModifier and TypeMethodDescriptionGetBucketPolicyRequest.withBucketName(String bucketName) Sets the name of the Amazon S3 bucket whose policy is being retrieved, and returns the updated request object so that additional method calls can be chained together.