Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.protocol.json | |
com.amazonaws.transform |
Constructor and Description |
---|
JsonErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
boolean hasAwsQueryCompatible,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
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,
boolean hasAwsQueryCompatible,
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 |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(JsonErrorResponseMetadata jsonErrorResponseMetadata,
List<JsonErrorUnmarshaller> errorUnmarshallers) |
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(JsonErrorResponseMetadata jsonErrorResponseMetadata,
List<JsonErrorUnmarshaller> errorUnmarshallers) |
JsonErrorResponseHandler |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName) |
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(List<JsonErrorUnmarshaller> errorUnmarshallers,
String customErrorCodeFieldName)
Deprecated.
|
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 © 2023. All rights reserved.