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 |
---|---|
DeleteBucketOwnershipControlsResult |
AmazonS3Client.deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest deleteBucketOwnershipControlsRequest) |
DeleteBucketOwnershipControlsResult |
AbstractAmazonS3.deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest deleteBucketOwnershipControlsRequest) |
DeleteBucketOwnershipControlsResult |
AmazonS3.deleteBucketOwnershipControls(DeleteBucketOwnershipControlsRequest deleteBucketOwnershipControlsRequest)
Removes
OwnershipControls for an Amazon S3 bucket. |
Modifier and Type | Method and Description |
---|---|
DeleteBucketOwnershipControlsRequest |
DeleteBucketOwnershipControlsRequest.withBucketName(String bucketName)
Sets the name of the bucket from which the ownership control is deleted
and returns this object for method chaining.
|
DeleteBucketOwnershipControlsRequest |
DeleteBucketOwnershipControlsRequest.withExpectedBucketOwner(String expectedBucketOwner) |
Copyright © 2024. All rights reserved.