Uses of Class
software.amazon.awssdk.protocols.xml.internal.marshall.XmlGenerator
-
Packages that use XmlGenerator Package Description software.amazon.awssdk.protocols.xml software.amazon.awssdk.protocols.xml.internal.marshall -
-
Uses of XmlGenerator in software.amazon.awssdk.protocols.xml
Methods in software.amazon.awssdk.protocols.xml that return XmlGenerator Modifier and Type Method Description protected XmlGeneratorAwsS3ProtocolFactory. createGenerator(OperationInfo operationInfo)Creates aXmlGeneratorwith a S3XmlWriter.protected XmlGeneratorAwsXmlProtocolFactory. createGenerator(OperationInfo operationInfo) -
Uses of XmlGenerator in software.amazon.awssdk.protocols.xml.internal.marshall
Methods in software.amazon.awssdk.protocols.xml.internal.marshall that return XmlGenerator Modifier and Type Method Description static XmlGeneratorXmlGenerator. create(String xmlns, boolean isS3)XmlGeneratorXmlMarshallerContext. xmlGenerator()Methods in software.amazon.awssdk.protocols.xml.internal.marshall with parameters of type XmlGenerator Modifier and Type Method Description XmlMarshallerContext.BuilderXmlMarshallerContext.Builder. xmlGenerator(XmlGenerator xmlGenerator)XmlProtocolMarshaller.BuilderXmlProtocolMarshaller.Builder. xmlGenerator(XmlGenerator xmlGenerator)
-