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 QueryMarshallerContextQueryMarshallerContext.Builder. build()Methods in software.amazon.awssdk.protocols.query.internal.marshall with parameters of type QueryMarshallerContext Modifier and Type Method Description voidListQueryMarshaller. marshall(QueryMarshallerContext context, String path, List<?> val, SdkField<List<?>> sdkField)voidMapQueryMarshaller. marshall(QueryMarshallerContext context, String path, Map<String,?> val, SdkField<Map<String,?>> sdkField)voidQueryMarshaller. marshall(QueryMarshallerContext context, String path, T val, SdkField<T> sdkField)voidSimpleTypeQueryMarshaller. marshall(QueryMarshallerContext context, String path, T val, SdkField<T> sdkField)
-