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 |
---|---|
GetBucketOwnershipControlsResult |
AbstractAmazonS3.getBucketOwnershipControls(GetBucketOwnershipControlsRequest getBucketOwnershipControlsRequest) |
GetBucketOwnershipControlsResult |
AmazonS3Client.getBucketOwnershipControls(GetBucketOwnershipControlsRequest getBucketOwnershipControlsRequest) |
GetBucketOwnershipControlsResult |
AmazonS3.getBucketOwnershipControls(GetBucketOwnershipControlsRequest getBucketOwnershipControlsRequest)
Retrieves
OwnershipControls for an Amazon S3 bucket. |
Modifier and Type | Method and Description |
---|---|
GetBucketOwnershipControlsRequest |
GetBucketOwnershipControlsRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the ownership controls to retrieve
and returns this object for method chaining.
|
GetBucketOwnershipControlsRequest |
GetBucketOwnershipControlsRequest.withExpectedBucketOwner(String expectedBucketOwner) |
Copyright © 2023. All rights reserved.