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 AccessControlListAbstractAmazonS3. getObjectAcl(GetObjectAclRequest getObjectAclRequest)AccessControlListAmazonS3. getObjectAcl(GetObjectAclRequest getObjectAclRequest)Gets theAccessControlList(ACL) for the specified object in Amazon S3.AccessControlListAmazonS3Client. 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 GetObjectAclRequestGetObjectAclRequest. withBucket(String bucketName)Sets the name of the bucket containing the object whose ACL is to be retrieved.GetObjectAclRequestGetObjectAclRequest. withKey(String key)Sets the key under which the object whose ACL to be retrieved is stored.GetObjectAclRequestGetObjectAclRequest. withRequesterPays(boolean isRequesterPays)Used for conducting this operation from a Requester Pays Bucket.GetObjectAclRequestGetObjectAclRequest. 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.
-