Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.protocol.json | |
com.amazonaws.transform |
Constructor and Description |
---|
JsonErrorResponseHandler(List<JsonErrorUnmarshaller<? extends AmazonServiceException>> errorUnmarshallers,
ErrorCodeParser errorCodeParser,
JsonErrorMessageParser errorMessageParser,
com.fasterxml.jackson.core.JsonFactory jsonFactory) |
JsonErrorResponseHandler(List<JsonErrorUnmarshaller<? extends AmazonServiceException>> 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<? extends AmazonServiceException> |
JsonErrorShapeMetadata.getExceptionUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
JsonErrorShapeMetadata |
JsonErrorShapeMetadata.withExceptionUnmarshaller(JsonErrorUnmarshaller<? extends AmazonServiceException> exceptionUnmarshaller) |
Modifier and Type | Method and Description |
---|---|
JsonErrorResponseHandler |
SdkStructuredJsonFactory.createErrorResponseHandler(List<JsonErrorUnmarshaller<? extends AmazonServiceException>> errorUnmarshallers,
String customErrorCodeFieldName)
Returns the error response handler for handling a error response.
|
JsonErrorResponseHandler |
SdkStructuredJsonFactoryImpl.createErrorResponseHandler(List<JsonErrorUnmarshaller<? extends AmazonServiceException>> errorUnmarshallers,
String customErrorCodeFieldName) |
Modifier and Type | Class and Description |
---|---|
class |
JsonBaseExceptionUnmarshaller<T extends AmazonServiceException> |
Copyright © 2019. All rights reserved.