Uses of Class
software.amazon.awssdk.protocols.query.internal.marshall.QueryMarshallerContext
-
Packages that use QueryMarshallerContext Package Description software.amazon.awssdk.protocols.query.internal.marshall -
-
Uses of QueryMarshallerContext in software.amazon.awssdk.protocols.query.internal.marshall
Methods in software.amazon.awssdk.protocols.query.internal.marshall that return QueryMarshallerContext Modifier and Type Method Description QueryMarshallerContext
QueryMarshallerContext.Builder. build()
Methods in software.amazon.awssdk.protocols.query.internal.marshall with parameters of type QueryMarshallerContext Modifier and Type Method Description void
ListQueryMarshaller. marshall(QueryMarshallerContext context, String path, List<?> val, SdkField<List<?>> sdkField)
void
MapQueryMarshaller. marshall(QueryMarshallerContext context, String path, Map<String,?> val, SdkField<Map<String,?>> sdkField)
void
QueryMarshaller. marshall(QueryMarshallerContext context, String path, T val, SdkField<T> sdkField)
void
SimpleTypeQueryMarshaller. marshall(QueryMarshallerContext context, String path, T val, SdkField<T> sdkField)
-