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