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.
|
Modifier and Type | Method and Description |
---|---|
BucketPolicy |
AmazonS3Client.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) |
BucketPolicy |
AbstractAmazonS3.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest) |
BucketPolicy |
AmazonS3.getBucketPolicy(GetBucketPolicyRequest getBucketPolicyRequest)
Gets the policy for the specified bucket.
|
Modifier and Type | Method and 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.
|
GetBucketPolicyRequest |
GetBucketPolicyRequest.withExpectedBucketOwner(String expectedBucketOwner) |
Copyright © 2021. All rights reserved.