Uses of Class
software.amazon.awssdk.protocols.xml.internal.unmarshall.XmlProtocolUnmarshaller
-
Packages that use XmlProtocolUnmarshaller Package Description software.amazon.awssdk.protocols.xml.internal.unmarshall -
-
Uses of XmlProtocolUnmarshaller in software.amazon.awssdk.protocols.xml.internal.unmarshall
Methods in software.amazon.awssdk.protocols.xml.internal.unmarshall that return XmlProtocolUnmarshaller Modifier and Type Method Description static XmlProtocolUnmarshallerXmlProtocolUnmarshaller. create()XmlProtocolUnmarshallerXmlUnmarshallerContext. protocolUnmarshaller()Methods in software.amazon.awssdk.protocols.xml.internal.unmarshall with parameters of type XmlProtocolUnmarshaller Modifier and Type Method Description XmlUnmarshallerContext.BuilderXmlUnmarshallerContext.Builder. protocolUnmarshaller(XmlProtocolUnmarshaller protocolUnmarshaller)Constructors in software.amazon.awssdk.protocols.xml.internal.unmarshall with parameters of type XmlProtocolUnmarshaller Constructor Description AwsXmlResponseTransformer(XmlProtocolUnmarshaller unmarshaller, Function<SdkHttpFullResponse,SdkPojo> pojoSupplier)XmlResponseHandler(XmlProtocolUnmarshaller unmarshaller, Function<SdkHttpFullResponse,SdkPojo> pojoSupplier, boolean needsConnectionLeftOpen)
-