Package | Description |
---|---|
org.mule.module.s3.model |
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 |
PartListing.getInitiator()
Returns details on the user who initiated the associated multipart upload.
|
Owner |
MultipartUpload.getInitiator()
Returns the user who initiated this multipart upload.
|
Owner |
S3VersionSummary.getOwner()
Gets the owner of this version.
|
Owner |
S3ObjectSummary.getOwner()
Gets the owner of this object.
|
Owner |
PartListing.getOwner()
Returns details on the user who owns the associated multipart upload.
|
Owner |
MultipartUpload.getOwner()
Returns the owner of this multipart upload.
|
Owner |
Bucket.getOwner()
Gets the bucket's owner.
|
Owner |
AccessControlList.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
PartListing.setInitiator(Owner initiator)
Sets the user who initiated the associated multipart upload.
|
void |
MultipartUpload.setInitiator(Owner initiator)
Sets the user who initiated this multipart upload.
|
void |
S3VersionSummary.setOwner(Owner owner)
For internal use only.
|
void |
S3ObjectSummary.setOwner(Owner owner)
Sets the owner of this object.
|
void |
PartListing.setOwner(Owner owner)
Sets the user who owns the associated multipart upload.
|
void |
MultipartUpload.setOwner(Owner owner)
Sets the owner of this multipart upload.
|
void |
AccessControlList.setOwner(Owner owner) |
Constructor and Description |
---|
Bucket(String name,
Owner owner,
Date creationDate)
Creates a bucket with a name.
|
Copyright © 2010–2016. All rights reserved.