| Package | Description |
|---|---|
| com.amazonaws.http | |
| com.amazonaws.protocol.json | |
| com.amazonaws.transform |
| Constructor and Description |
|---|
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
Map<Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> simpleTypeUnmarshallers,
Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> customTypeUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
| Modifier and Type | Method and Description |
|---|---|
JsonErrorUnmarshaller |
JsonErrorShapeMetadata.getExceptionUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
JsonErrorShapeMetadata |
JsonErrorShapeMetadata.withExceptionUnmarshaller(JsonErrorUnmarshaller exceptionUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName)
Returns the error response handler for handling a error response.
|
JsonErrorResponseHandler |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancedJsonErrorUnmarshaller
A JSON error unmarshaller that can unmarshall from a
JsonUnmarshallerContext instead of a JsonNode. |
| Modifier and Type | Field and Description |
|---|---|
static JsonErrorUnmarshaller |
JsonErrorUnmarshaller.DEFAULT_UNMARSHALLER |
Copyright © 2022. All rights reserved.