Package | Description |
---|---|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
XmlWriter |
XmlWriter.end() |
XmlWriter |
XmlWriter.start(String name) |
XmlWriter |
XmlWriter.start(String name,
String[] attrs,
String[] values) |
XmlWriter |
XmlWriter.start(String name,
String attr,
String value) |
XmlWriter |
XmlWriter.value(String value) |
Modifier and Type | Method and Description |
---|---|
protected XmlWriter |
AclXmlFactory.convertToXml(CanonicalGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified canonical grantee.
|
protected XmlWriter |
AclXmlFactory.convertToXml(EmailAddressGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified email address grantee.
|
protected XmlWriter |
AclXmlFactory.convertToXml(Grantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified Grantee.
|
protected XmlWriter |
AclXmlFactory.convertToXml(GroupGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified group grantee.
|
Modifier and Type | Method and Description |
---|---|
protected XmlWriter |
AclXmlFactory.convertToXml(CanonicalGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified canonical grantee.
|
protected XmlWriter |
AclXmlFactory.convertToXml(EmailAddressGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified email address grantee.
|
protected XmlWriter |
AclXmlFactory.convertToXml(Grantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified Grantee.
|
protected XmlWriter |
AclXmlFactory.convertToXml(GroupGrantee grantee,
XmlWriter xml)
Returns an XML fragment representing the specified group grantee.
|
Copyright © 2017. All rights reserved.