Uses of Enum
com.amazonaws.services.s3.model.GroupGrantee
Packages that use GroupGrantee
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of GroupGrantee in com.amazonaws.services.s3.model
Subclasses with type arguments of type GroupGrantee in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionenumSpecifies constants defining a group of Amazon S3 users who can be granted permissions to Amazon S3 buckets and objects.Methods in com.amazonaws.services.s3.model that return GroupGranteeModifier and TypeMethodDescriptionstatic GroupGranteeGroupGrantee.parseGroupGrantee(String groupUri) Gets theGroupGranteeenumeration value with the specified Amazon S3 group URI (eg. http://acs.amazonaws.com/groups/global/AllUsers).static GroupGranteeReturns the enum constant of this type with the specified name.static GroupGrantee[]GroupGrantee.values()Returns an array containing the constants of this enum type, in the order they are declared.