| Package | Description | 
|---|---|
| com.amazonaws.protocol | |
| com.amazonaws.protocol.json.internal | 
| Modifier and Type | Method and Description | 
|---|---|
| MarshallingInfo<T> | MarshallingInfo.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> void | ProtocolMarshaller. marshall(T val,
        MarshallingInfo<T> marshallingInfo)Marshalls the value into the appropriate location based on the  MarshallingInfometadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JsonMarshallerContext. marshall(MarshallLocation marshallLocation,
        Object val,
        MarshallingInfo marshallingInfo)Convenience method to marshall a nested object (may be simple or structured) at the given location. | 
| void | JsonMarshaller. marshall(T val,
        JsonMarshallerContext context,
        MarshallingInfo<T> marshallingInfo)Marshall the data into the request. | 
| <V> void | JsonProtocolMarshaller. marshall(V val,
        MarshallingInfo<V> marshallingInfo) | 
Copyright © 2022. All rights reserved.