Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.protocol.json | |
com.amazonaws.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<JsonErrorUnmarshaller> |
JsonErrorResponseHandler.unmarshallers |
Constructor and Description |
---|
JsonErrorResponseHandler(java.util.List<JsonErrorUnmarshaller> errorUnmarshallers,
JsonErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<JsonErrorUnmarshaller> |
SdkJsonProtocolFactory.errorUnmarshallers |
Modifier and Type | Method and Description |
---|---|
JsonErrorResponseHandler |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(java.util.List<JsonErrorUnmarshaller> errorUnmarshallers,
java.lang.String customErrorCodeFieldName) |
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(java.util.List<JsonErrorUnmarshaller> errorUnmarshallers,
java.lang.String customErrorCodeFieldName)
Returns the error response handler for handling a error response.
|
Modifier and Type | Field and Description |
---|---|
static JsonErrorUnmarshaller |
JsonErrorUnmarshaller.DEFAULT_UNMARSHALLER |