Uses of Class
software.amazon.awssdk.protocols.query.internal.unmarshall.AwsXmlErrorUnmarshaller.Builder
Packages that use AwsXmlErrorUnmarshaller.Builder
-
Uses of AwsXmlErrorUnmarshaller.Builder in software.amazon.awssdk.protocols.query.internal.unmarshall
Methods in software.amazon.awssdk.protocols.query.internal.unmarshall that return AwsXmlErrorUnmarshaller.BuilderModifier and TypeMethodDescriptionAwsXmlErrorUnmarshaller.builder()AwsXmlErrorUnmarshaller.Builder.defaultExceptionSupplier(Supplier<SdkPojo> defaultExceptionSupplier) Default exception type if "error code" does not match any known modeled exception.AwsXmlErrorUnmarshaller.Builder.errorUnmarshaller(XmlErrorUnmarshaller errorUnmarshaller) The unmarshaller to use.AwsXmlErrorUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions) List ofExceptionMetadatato represent the modeled exceptions for the service.