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 |
---|---|
AccessControlList |
AmazonS3Client.getObjectAcl(GetObjectAclRequest getObjectAclRequest) |
AccessControlList |
AmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest)
Gets the
AccessControlList (ACL) for the specified object in Amazon S3. |
AccessControlList |
AbstractAmazonS3.getObjectAcl(GetObjectAclRequest getObjectAclRequest) |
Modifier and Type | Method and Description |
---|---|
GetObjectAclRequest |
GetObjectAclRequest.withBucket(String bucketName)
Sets the name of the bucket containing the object whose ACL is to be retrieved.
|
GetObjectAclRequest |
GetObjectAclRequest.withKey(String key)
Sets the key under which the object whose ACL to be retrieved is stored.
|
GetObjectAclRequest |
GetObjectAclRequest.withRequesterPays(boolean isRequesterPays)
Used for conducting this operation from a Requester Pays Bucket.
|
GetObjectAclRequest |
GetObjectAclRequest.withVersionId(String versionId)
Sets the optional version ID specifying which version of the object whose ACL to be
retrieved and returns this
GetObjectAclRequest , enabling additional method calls to be
chained together. |
Copyright © 2018. All rights reserved.