Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
static GroupGrantee |
GroupGrantee.parseGroupGrantee(java.lang.String groupUri)
Gets the
GroupGrantee enumeration value
with the specified Amazon S3 group URI (eg. |
static GroupGrantee |
GroupGrantee.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
protected XmlWriter |
AclXmlFactory.convertToXml(GroupGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified group grantee.
|