public class AmazonS3ObjectACL
extends java.lang.Object
| Constructor and Description |
|---|
AmazonS3ObjectACL() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGrant(ObjectGrant grant)
A convenience method that will be used to add grants to the objects.
|
java.util.Set<ObjectGrant> |
getGrants()
Gets all the grants on the object in the bucket
|
void |
setGrants(java.util.Set<ObjectGrant> grants)
Sets the provided grants on the S3 object
|
public java.util.Set<ObjectGrant> getGrants()
public void setGrants(java.util.Set<ObjectGrant> grants)
grants - public void addGrant(ObjectGrant grant)
grant -