Uses of Interface
software.amazon.awssdk.protocols.query.internal.unmarshall.QueryUnmarshaller
Packages that use QueryUnmarshaller
-
Uses of QueryUnmarshaller in software.amazon.awssdk.protocols.query.internal.unmarshall
Classes in software.amazon.awssdk.protocols.query.internal.unmarshall that implement QueryUnmarshallerModifier and TypeClassDescriptionfinal classfinal classfinal classUnmarshaller implementation for simple, scalar values.Methods in software.amazon.awssdk.protocols.query.internal.unmarshall that return QueryUnmarshallerModifier and TypeMethodDescription<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 QueryUnmarshallerModifier and TypeMethodDescriptionQueryUnmarshallerRegistry.Builder.unmarshaller(MarshallingType<T> marshallingType, QueryUnmarshaller<T> marshaller)