Uses of Class
com.amazonaws.services.s3.model.GetObjectAclRequest
-
Packages that use GetObjectAclRequest 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. -
-
Uses of GetObjectAclRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type GetObjectAclRequest Modifier and Type Method Description AccessControlList
AbstractAmazonS3. getObjectAcl(GetObjectAclRequest getObjectAclRequest)
AccessControlList
AmazonS3. getObjectAcl(GetObjectAclRequest getObjectAclRequest)
Gets theAccessControlList
(ACL) for the specified object in Amazon S3.AccessControlList
AmazonS3Client. getObjectAcl(GetObjectAclRequest getObjectAclRequest)
-
Uses of GetObjectAclRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetObjectAclRequest Modifier and Type Method 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 thisGetObjectAclRequest
, enabling additional method calls to be chained together.
-