| Package | Description | 
|---|---|
| software.amazon.awssdk.protocols.query.internal.marshall | 
| Modifier and Type | Method and Description | 
|---|---|
QueryMarshallerContext | 
QueryMarshallerContext.Builder.build()  | 
| Modifier and Type | Method and 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 | 
SimpleTypeQueryMarshaller.marshall(QueryMarshallerContext context,
        String path,
        T val,
        SdkField<T> sdkField)  | 
void | 
QueryMarshaller.marshall(QueryMarshallerContext context,
        String path,
        T val,
        SdkField<T> sdkField)  | 
Copyright © 2020. All rights reserved.