Uses of Class
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
-
Packages that use JsonProtocolUnmarshaller Package Description software.amazon.awssdk.protocols.json.internal.unmarshall -
-
Uses of JsonProtocolUnmarshaller in software.amazon.awssdk.protocols.json.internal.unmarshall
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall that return JsonProtocolUnmarshaller Modifier and Type Method Description JsonProtocolUnmarshaller
JsonProtocolUnmarshaller.Builder. build()
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type JsonProtocolUnmarshaller Modifier and Type Method Description AwsJsonProtocolErrorUnmarshaller.Builder
AwsJsonProtocolErrorUnmarshaller.Builder. jsonProtocolUnmarshaller(JsonProtocolUnmarshaller jsonProtocolUnmarshaller)
Underlying response unmarshaller.Constructors in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type JsonProtocolUnmarshaller Constructor Description JsonResponseHandler(JsonProtocolUnmarshaller unmarshaller, Function<SdkHttpFullResponse,SdkPojo> pojoSupplier, boolean needsConnectionLeftOpen, boolean isPayloadJson)
Constructs a new response handler that will use the specified JSON unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
-