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.
|
com.amazonaws.services.s3.model.ownership |
Modifier and Type | Method and Description |
---|---|
SetBucketOwnershipControlsResult |
AbstractAmazonS3.setBucketOwnershipControls(String bucketName,
OwnershipControls ownershipControls) |
SetBucketOwnershipControlsResult |
AmazonS3Client.setBucketOwnershipControls(String bucketName,
OwnershipControls ownershipControls) |
SetBucketOwnershipControlsResult |
AmazonS3.setBucketOwnershipControls(String bucketName,
OwnershipControls ownershipControls)
Creates or modifies
OwnershipControls for an Amazon S3 bucket. |
Modifier and Type | Method and Description |
---|---|
OwnershipControls |
SetBucketOwnershipControlsRequest.getOwnershipControls()
Returns the ownership controls that are set on the bucket.
|
OwnershipControls |
GetBucketOwnershipControlsResult.getOwnershipControls()
Returns the requested ownership controls.
|
Modifier and Type | Method and Description |
---|---|
void |
SetBucketOwnershipControlsRequest.setOwnershipControls(OwnershipControls OwnershipControls)
Sets the ownership controls.
|
void |
GetBucketOwnershipControlsResult.setOwnershipControls(OwnershipControls OwnershipControls)
Sets the requested ownership controls.
|
SetBucketOwnershipControlsRequest |
SetBucketOwnershipControlsRequest.withOwnershipControls(OwnershipControls OwnershipControls)
Sets the ownership controls and returns the
SetBucketOwnershipControlsRequest object for method chaining. |
GetBucketOwnershipControlsResult |
GetBucketOwnershipControlsResult.withOwnershipControls(OwnershipControls OwnershipControls)
Sets the requested ownership controls and returns
GetBucketOwnershipControlsResult object for method chaining. |
Constructor and Description |
---|
SetBucketOwnershipControlsRequest(String bucketName,
OwnershipControls ownershipControls) |
Modifier and Type | Method and Description |
---|---|
OwnershipControls |
OwnershipControls.withRules(List<OwnershipControlsRule> rules) |
Copyright © 2023. All rights reserved.