Uses of Class
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerRegistry.Builder
-
Packages that use QueryMarshallerRegistry.Builder Package Description software.amazon.awssdk.protocols.query.internal.marshall -
-
Uses of QueryMarshallerRegistry.Builder in software.amazon.awssdk.protocols.query.internal.marshall
Methods in software.amazon.awssdk.protocols.query.internal.marshall that return QueryMarshallerRegistry.Builder Modifier and Type Method Description static QueryMarshallerRegistry.BuilderQueryMarshallerRegistry. builder()<T> QueryMarshallerRegistry.BuilderQueryMarshallerRegistry.Builder. marshaller(MarshallingType<T> marshallingType, QueryMarshaller<T> marshaller)Registers a marshaller of the given type.
-