Uses of Class
software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext.Builder
-
Packages that use JsonMarshallerContext.Builder Package Description software.amazon.awssdk.protocols.json.internal.marshall -
-
Uses of JsonMarshallerContext.Builder in software.amazon.awssdk.protocols.json.internal.marshall
Methods in software.amazon.awssdk.protocols.json.internal.marshall that return JsonMarshallerContext.Builder Modifier and Type Method Description static JsonMarshallerContext.BuilderJsonMarshallerContext. builder()JsonMarshallerContext.BuilderJsonMarshallerContext.Builder. jsonGenerator(StructuredJsonGenerator jsonGenerator)JsonMarshallerContext.BuilderJsonMarshallerContext.Builder. marshallerRegistry(JsonMarshallerRegistry marshallerRegistry)JsonMarshallerContext.BuilderJsonMarshallerContext.Builder. protocolHandler(JsonProtocolMarshaller protocolHandler)JsonMarshallerContext.BuilderJsonMarshallerContext.Builder. request(SdkHttpFullRequest.Builder request)
-