Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
Owner |
AbstractAmazonS3.getS3AccountOwner() |
Owner |
AmazonS3Client.getS3AccountOwner() |
Owner |
AmazonS3.getS3AccountOwner()
Gets the current owner of the Amazon Web Services account
that the authenticated sender of the request is using.
|
Owner |
AbstractAmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Owner |
AmazonS3Client.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Owner |
AmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
Gets the current owner of the Amazon Web Services account
that the authenticated sender of the request is using.
|
Modifier and Type | Field and Description |
---|---|
protected Owner |
S3ObjectSummary.owner
The owner of this object - can be null if the requester doesn't have
permission to view object ownership information
|
Modifier and Type | Method and Description |
---|---|
Owner |
MultipartUpload.getInitiator()
Returns the user who initiated this multipart upload.
|
Owner |
PartListing.getInitiator()
Returns details on the user who initiated the associated multipart
upload.
|
Owner |
Bucket.getOwner()
Gets the bucket's owner.
|
Owner |
MultipartUpload.getOwner()
Returns the owner of this multipart upload.
|
Owner |
AccessControlList.getOwner()
Gets the owner of the
AccessControlList . |
Owner |
PartListing.getOwner()
Returns details on the user who owns the associated multipart
upload.
|
Owner |
S3ObjectSummary.getOwner()
Gets the owner of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartUpload.setInitiator(Owner initiator)
Sets the user who initiated this multipart upload.
|
void |
PartListing.setInitiator(Owner initiator)
Sets the user who initiated the associated multipart upload.
|
void |
Bucket.setOwner(Owner owner)
For internal use only.
|
void |
MultipartUpload.setOwner(Owner owner)
Sets the owner of this multipart upload.
|
void |
AccessControlList.setOwner(Owner owner)
Sets the owner of the
AccessControlList . |
void |
PartListing.setOwner(Owner owner)
Sets the user who owns the associated multipart upload.
|
void |
S3ObjectSummary.setOwner(Owner owner)
Sets the owner of this object.
|
AccessControlList |
AccessControlList.withOwner(Owner owner)
Sets the owner of the
AccessControlList . |
Copyright © 2024. All rights reserved.