Uses of Class
com.amazonaws.services.s3.model.Grant
Packages that use Grant
Package
Description
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 GrantModifier and TypeMethodDescriptionAccessControlList.getGrants()
Deprecated.This will remove the duplicate grants if received from Amazon S3.AccessControlList.getGrantsAsList()
Gets the list ofGrant
objects in this access control list (ACL).Methods in com.amazonaws.services.s3.model with parameters of type GrantModifier and TypeMethodDescriptionvoid
AccessControlList.grantAllPermissions
(Grant... grantsVarArg) Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the set is aGrant
object.