Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.internal.http | |
com.amazonaws.protocol.json |
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 | Class and Description |
---|---|
class |
CompositeErrorCodeParser |
class |
IonErrorCodeParser |
class |
JsonErrorCodeParser |
Constructor and Description |
---|
CompositeErrorCodeParser(ErrorCodeParser... parsers) |
Constructor and Description |
---|
CompositeErrorCodeParser(Iterable<ErrorCodeParser> parsers) |
Modifier and Type | Method and Description |
---|---|
protected ErrorCodeParser |
SdkStructuredJsonFactoryImpl.getErrorCodeParser(String customErrorCodeFieldName) |
Copyright © 2020. All rights reserved.