Class XmlUnmarshallerContext
java.lang.Object
software.amazon.awssdk.protocols.xml.internal.unmarshall.XmlUnmarshallerContext
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()<T> XmlUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType) response() 
- 
Method Details
- 
response
- Returns:
 - The 
SdkHttpFullResponseof the API call. 
 - 
protocolUnmarshaller
 - 
getUnmarshaller
public <T> XmlUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)  - 
builder
- Returns:
 - Builder instance to construct a 
XmlUnmarshallerContext. 
 
 -