public final class XmlUnmarshallerContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XmlUnmarshallerContext.Builder
Builder for a
XmlUnmarshallerContext . |
Modifier and Type | Method and Description |
---|---|
static XmlUnmarshallerContext.Builder |
builder() |
<T> XmlUnmarshaller<Object> |
getUnmarshaller(MarshallLocation marshallLocation,
MarshallingType<T> marshallingType) |
XmlProtocolUnmarshaller |
protocolUnmarshaller() |
SdkHttpFullResponse |
response() |
public SdkHttpFullResponse response()
SdkHttpFullResponse
of the API call.public XmlProtocolUnmarshaller protocolUnmarshaller()
public <T> XmlUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
public static XmlUnmarshallerContext.Builder builder()
XmlUnmarshallerContext
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.