| Package | Description | 
|---|---|
| software.amazon.awssdk.protocols.query.internal.unmarshall | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListQueryUnmarshaller  | 
class  | 
MapQueryUnmarshaller  | 
class  | 
SimpleTypeQueryUnmarshaller<T>
Unmarshaller implementation for simple, scalar values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> QueryUnmarshaller<Object> | 
QueryUnmarshallerRegistry.getUnmarshaller(MarshallLocation marshallLocation,
               MarshallingType<T> marshallingType)  | 
<T> QueryUnmarshaller<Object> | 
QueryUnmarshallerContext.getUnmarshaller(MarshallLocation marshallLocation,
               MarshallingType<T> marshallingType)
Conveience method to get an unmarshaller from the registry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> QueryUnmarshallerRegistry.Builder | 
QueryUnmarshallerRegistry.Builder.unmarshaller(MarshallingType<T> marshallingType,
            QueryUnmarshaller<T> marshaller)  | 
Copyright © 2018. All rights reserved.