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