Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Grant> |
AccessControlList.grantList |
private java.util.Set<Grant> |
AccessControlList.grantSet |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Grant> |
AccessControlList.getGrants()
Deprecated.
This will remove the duplicate grants if received from Amazon
S3. Use
AccessControlList.getGrantsAsList() instead. |
java.util.List<Grant> |
AccessControlList.getGrantsAsList()
Gets the list of
Grant objects in this access control list (ACL). |
Modifier and Type | Method and Description |
---|---|
void |
AccessControlList.grantAllPermissions(Grant... grantsVarArg)
Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the
set is a
Grant object. |