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