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) |
|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.hasAwsQueryCompatible(boolean hasAwsQueryCompatible) |
Provides a check on whether AwsQueryCompatible trait is found in Metadata.
|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.jsonFactory(software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory) |
JSON Factory to create a JSON parser.
|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.jsonProtocolUnmarshaller(JsonProtocolUnmarshaller jsonProtocolUnmarshaller) |
Underlying response unmarshaller.
|