Uses of Class
software.amazon.awssdk.protocols.json.JsonContent
-
Packages that use JsonContent Package Description software.amazon.awssdk.protocols.json software.amazon.awssdk.protocols.json.internal.unmarshall -
-
Uses of JsonContent in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return JsonContent Modifier and Type Method Description static JsonContent
JsonContent. createJsonContent(SdkHttpFullResponse httpResponse, software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)
Static factory method to create a JsonContent object from the contents of the HttpResponse providedMethods in software.amazon.awssdk.protocols.json with parameters of type JsonContent Modifier and Type Method Description String
ErrorCodeParser. parseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent)
-
Uses of JsonContent in software.amazon.awssdk.protocols.json.internal.unmarshall
Methods in software.amazon.awssdk.protocols.json.internal.unmarshall with parameters of type JsonContent Modifier and Type Method Description String
JsonErrorCodeParser. parseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent)
Parse the error code from the response.
-