Uses of Class
com.amazonaws.services.s3.model.GetBucketPolicyRequest
-
Packages that use GetBucketPolicyRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.model 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 GetBucketPolicyRequest Modifier and Type Method Description BucketPolicy
AbstractAmazonS3. getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest)
BucketPolicy
AmazonS3. getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest)
Gets the policy for the specified bucket.BucketPolicy
AmazonS3Client. getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest)
-
Uses of GetBucketPolicyRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetBucketPolicyRequest Modifier and Type Method Description GetBucketPolicyRequest
GetBucketPolicyRequest. 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.
-