Uses of Class
com.amazonaws.services.s3.model.GetObjectAclRequest
Packages that use GetObjectAclRequest
Package
Description
Synchronous client for accessing Amazon S3.
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 GetObjectAclRequestModifier and TypeMethodDescriptionAbstractAmazonS3.getObjectAcl
(GetObjectAclRequest getObjectAclRequest) AmazonS3.getObjectAcl
(GetObjectAclRequest getObjectAclRequest) Gets theAccessControlList
(ACL) for the specified object in Amazon S3.AmazonS3Client.getObjectAcl
(GetObjectAclRequest getObjectAclRequest) -
Uses of GetObjectAclRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return GetObjectAclRequestModifier and TypeMethodDescriptionGetObjectAclRequest.withBucket
(String bucketName) Sets the name of the bucket containing the object whose ACL is to be retrieved.Sets the key under which the object whose ACL to be retrieved is stored.GetObjectAclRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.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.