Uses of Class
software.amazon.awssdk.protocols.xml.internal.marshall.XmlMarshallerContext.Builder
-
Packages that use XmlMarshallerContext.Builder Package Description software.amazon.awssdk.protocols.xml.internal.marshall -
-
Uses of XmlMarshallerContext.Builder in software.amazon.awssdk.protocols.xml.internal.marshall
Methods in software.amazon.awssdk.protocols.xml.internal.marshall that return XmlMarshallerContext.Builder Modifier and Type Method Description static XmlMarshallerContext.BuilderXmlMarshallerContext. builder()XmlMarshallerContext.BuilderXmlMarshallerContext.Builder. marshallerRegistry(XmlMarshallerRegistry marshallerRegistry)XmlMarshallerContext.BuilderXmlMarshallerContext.Builder. protocolMarshaller(XmlProtocolMarshaller protocolMarshaller)XmlMarshallerContext.BuilderXmlMarshallerContext.Builder. request(SdkHttpFullRequest.Builder request)XmlMarshallerContext.BuilderXmlMarshallerContext.Builder. xmlGenerator(XmlGenerator xmlGenerator)Constructors in software.amazon.awssdk.protocols.xml.internal.marshall with parameters of type XmlMarshallerContext.Builder Constructor Description XmlMarshallerContext(XmlMarshallerContext.Builder builder)
-