Package | Description |
---|---|
com.amazonaws.http |
Modifier and Type | Method and Description |
---|---|
static JsonErrorResponseHandler.JsonContent |
JsonErrorResponseHandler.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
|
Modifier and Type | Method and Description |
---|---|
private AmazonServiceException |
JsonErrorResponseHandler.createException(java.lang.String errorCode,
JsonErrorResponseHandler.JsonContent jsonContent)
Create an AmazonServiceException using the chain of unmarshallers.
|
private AmazonServiceException |
JsonErrorResponseHandler.unmarshallException(java.lang.String errorCode,
JsonErrorResponseHandler.JsonContent jsonContent) |