Uses of Class
software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
Packages that use JsonProtocolUnmarshaller
-
Uses of JsonProtocolUnmarshaller in software.amazon.awssdk.protocols.json.internal.unmarshall
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall that return JsonProtocolUnmarshallerMethods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type JsonProtocolUnmarshallerModifier and TypeMethodDescriptionAwsJsonProtocolErrorUnmarshaller.Builder.jsonProtocolUnmarshaller(JsonProtocolUnmarshaller jsonProtocolUnmarshaller) Underlying response unmarshaller.Constructors in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type JsonProtocolUnmarshallerModifierConstructorDescriptionJsonResponseHandler(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.