Uses of Class
software.amazon.awssdk.protocols.json.JsonContent
Packages that use JsonContent
Package
Description
-
Uses of JsonContent in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return JsonContentModifier and TypeMethodDescriptionstatic JsonContentJsonContent.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 JsonContentModifier and TypeMethodDescriptionErrorCodeParser.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 JsonContentModifier and TypeMethodDescriptionJsonErrorCodeParser.parseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent) Parse the error code from the response.