Uses of Class
com.amazonaws.services.s3.model.Grant
-
Packages that use Grant Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of Grant in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return types with arguments of type Grant Modifier and Type Method Description Set<Grant>AccessControlList. getGrants()Deprecated.This will remove the duplicate grants if received from Amazon S3.List<Grant>AccessControlList. getGrantsAsList()Gets the list ofGrantobjects in this access control list (ACL).Methods in com.amazonaws.services.s3.model with parameters of type Grant Modifier and Type Method Description voidAccessControlList. grantAllPermissions(Grant... grantsVarArg)Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the set is aGrantobject.
-