Uses of Interface
software.amazon.awssdk.protocols.query.internal.unmarshall.QueryUnmarshaller
-
Packages that use QueryUnmarshaller Package Description software.amazon.awssdk.protocols.query.internal.unmarshall -
-
Uses of QueryUnmarshaller in software.amazon.awssdk.protocols.query.internal.unmarshall
Classes in software.amazon.awssdk.protocols.query.internal.unmarshall that implement QueryUnmarshaller Modifier and Type Class Description class
ListQueryUnmarshaller
class
MapQueryUnmarshaller
class
SimpleTypeQueryUnmarshaller<T>
Unmarshaller implementation for simple, scalar values.Methods in software.amazon.awssdk.protocols.query.internal.unmarshall that return QueryUnmarshaller Modifier and Type Method Description <T> QueryUnmarshaller<Object>
QueryUnmarshallerContext. getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
Conveience method to get an unmarshaller from the registry.<T> QueryUnmarshaller<Object>
QueryUnmarshallerRegistry. getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
Methods in software.amazon.awssdk.protocols.query.internal.unmarshall with parameters of type QueryUnmarshaller Modifier and Type Method Description <T> QueryUnmarshallerRegistry.Builder
QueryUnmarshallerRegistry.Builder. unmarshaller(MarshallingType<T> marshallingType, QueryUnmarshaller<T> marshaller)
-