Uses of Class
software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
-
Packages that use JsonMarshallerContext Package Description software.amazon.awssdk.protocols.json.internal.marshall -
-
Uses of JsonMarshallerContext in software.amazon.awssdk.protocols.json.internal.marshall
Methods in software.amazon.awssdk.protocols.json.internal.marshall that return JsonMarshallerContext Modifier and Type Method Description JsonMarshallerContext
JsonMarshallerContext.Builder. build()
Methods in software.amazon.awssdk.protocols.json.internal.marshall with parameters of type JsonMarshallerContext Modifier and Type Method Description void
JsonMarshaller. marshall(T val, JsonMarshallerContext context, String paramName, SdkField<T> sdkField)
Marshall the data into the request.
-