Uses of Class
com.amazonaws.services.s3.model.SetBucketPolicyRequest
-
Packages that use SetBucketPolicyRequest 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 SetBucketPolicyRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type SetBucketPolicyRequest Modifier and Type Method Description voidAbstractAmazonS3. setBucketPolicy(SetBucketPolicyRequest setBucketPolicyRequest)voidAmazonS3. setBucketPolicy(SetBucketPolicyRequest setBucketPolicyRequest)Sets the policy associated with the specified bucket.voidAmazonS3Client. setBucketPolicy(SetBucketPolicyRequest setBucketPolicyRequest) -
Uses of SetBucketPolicyRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return SetBucketPolicyRequest Modifier and Type Method Description SetBucketPolicyRequestSetBucketPolicyRequest. withBucketName(String bucketName)Sets the name of the Amazon S3 bucket whose policy is being set, and returns the updated request object so that additional method calls can be chained together.SetBucketPolicyRequestSetBucketPolicyRequest. withPolicyText(String policyText)Sets the policy to apply to the specified bucket, and returns the updated request object so that additional method calls can be chained together.
-