| Package | Description |
|---|---|
| software.amazon.awssdk.protocols.query.unmarshall |
| Modifier and Type | Method and Description |
|---|---|
static AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.builder() |
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.defaultExceptionSupplier(Supplier<SdkPojo> defaultExceptionSupplier)
Default exception type if "error code" does not match any known modeled exception.
|
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)
Extracts the
|
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.errorUnmarshaller(XmlErrorUnmarshaller errorUnmarshaller)
The unmarshaller to use.
|
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions)
List of
ExceptionMetadata to represent the modeled exceptions for the service. |
Copyright © 2022. All rights reserved.