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(java.lang.String name) |
XmlWriter |
XmlWriter.start(java.lang.String name,
java.lang.String[] attrs,
java.lang.String[] values) |
XmlWriter |
XmlWriter.start(java.lang.String name,
java.lang.String attr,
java.lang.String value) |
XmlWriter |
XmlWriter.value(java.lang.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 |
---|---|
private void |
BucketConfigurationXmlFactory.addEventsAndFilterCriteria(XmlWriter xml,
NotificationConfiguration config) |
private void |
BucketConfigurationXmlFactory.addNoncurrentTransitions(XmlWriter xml,
java.util.List<BucketLifecycleConfiguration.NoncurrentVersionTransition> transitions) |
private void |
BucketConfigurationXmlFactory.addTransitions(XmlWriter xml,
java.util.List<BucketLifecycleConfiguration.Transition> transitions) |
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.
|
private void |
MultiObjectDeleteXmlFactory.writeKeyVersion(XmlWriter xml,
DeleteObjectsRequest.KeyVersion keyVersion) |
private void |
BucketConfigurationXmlFactory.writeRule(XmlWriter xml,
BucketLifecycleConfiguration.Rule rule) |
private void |
BucketConfigurationXmlFactory.writeRule(XmlWriter xml,
CORSRule rule) |
private void |
BucketConfigurationXmlFactory.writeRule(XmlWriter xml,
RoutingRule rule) |
private void |
BucketConfigurationXmlFactory.writeRule(XmlWriter xml,
TagSet tagset) |