| Package | Description |
|---|---|
| software.amazon.awssdk.protocols.json.internal.unmarshall |
| Modifier and Type | Method and Description |
|---|---|
static AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.builder() |
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.defaultExceptionSupplier(Supplier<SdkPojo> defaultExceptionSupplier)
Default exception type if "error code" does not match any known modeled exception.
|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.errorCodeParser(ErrorCodeParser errorCodeParser)
Implementation of
ErrorCodeParser that can extract an error code or type from the JSON response. |
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.errorMessageParser(ErrorMessageParser errorMessageParser)
Implementation that can extract an error message from the JSON response.
|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions)
List of
ExceptionMetadata to represent the modeled exceptions for the service. |
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.jsonFactory(com.fasterxml.jackson.core.JsonFactory jsonFactory)
JSON Factory to create a JSON parser.
|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.jsonProtocolUnmarshaller(JsonProtocolUnmarshaller jsonProtocolUnmarshaller)
Underlying response unmarshaller.
|
Copyright © 2020. All rights reserved.