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