Uses of Class
software.amazon.awssdk.protocols.xml.internal.unmarshall.XmlProtocolUnmarshaller
Packages that use XmlProtocolUnmarshaller
-
Uses of XmlProtocolUnmarshaller in software.amazon.awssdk.protocols.xml.internal.unmarshall
Methods in software.amazon.awssdk.protocols.xml.internal.unmarshall that return XmlProtocolUnmarshallerModifier and TypeMethodDescriptionstatic XmlProtocolUnmarshallerXmlProtocolUnmarshaller.create()XmlUnmarshallerContext.protocolUnmarshaller()Methods in software.amazon.awssdk.protocols.xml.internal.unmarshall with parameters of type XmlProtocolUnmarshallerModifier and TypeMethodDescriptionXmlUnmarshallerContext.Builder.protocolUnmarshaller(XmlProtocolUnmarshaller protocolUnmarshaller) Constructors in software.amazon.awssdk.protocols.xml.internal.unmarshall with parameters of type XmlProtocolUnmarshallerModifierConstructorDescriptionAwsXmlResponseTransformer(XmlProtocolUnmarshaller unmarshaller, Function<SdkHttpFullResponse, SdkPojo> pojoSupplier) XmlResponseHandler(XmlProtocolUnmarshaller unmarshaller, Function<SdkHttpFullResponse, SdkPojo> pojoSupplier, boolean needsConnectionLeftOpen)