| Package | Description | 
|---|---|
| software.amazon.awssdk.protocols.json | |
| software.amazon.awssdk.protocols.json.internal.unmarshall | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonContent | 
JsonContent.createJsonContent(SdkHttpFullResponse httpResponse,
                 com.fasterxml.jackson.core.JsonFactory jsonFactory)
Static factory method to create a JsonContent object from the contents of the HttpResponse
 provided 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ErrorCodeParser.parseErrorCode(SdkHttpFullResponse response,
              JsonContent jsonContent)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
JsonErrorCodeParser.parseErrorCode(SdkHttpFullResponse response,
              JsonContent jsonContent)
Parse the error code from the response. 
 | 
Copyright © 2019. All rights reserved.