Uses of Class
software.amazon.awssdk.protocols.query.unmarshall.AwsXmlErrorProtocolUnmarshaller.Builder
-
Packages that use AwsXmlErrorProtocolUnmarshaller.Builder Package Description software.amazon.awssdk.protocols.query.unmarshall -
-
Uses of AwsXmlErrorProtocolUnmarshaller.Builder in software.amazon.awssdk.protocols.query.unmarshall
Methods in software.amazon.awssdk.protocols.query.unmarshall that return AwsXmlErrorProtocolUnmarshaller.Builder Modifier and Type Method Description static AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller. builder()AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller.Builder. defaultExceptionSupplier(Supplier<SdkPojo> defaultExceptionSupplier)Default exception type if "error code" does not match any known modeled exception.AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller.Builder. errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)Extracts theelement from the top level XML document. AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller.Builder. errorUnmarshaller(XmlErrorUnmarshaller errorUnmarshaller)The unmarshaller to use.AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller.Builder. exceptions(List<ExceptionMetadata> exceptions)List ofExceptionMetadatato represent the modeled exceptions for the service.
-