Uses of Class
software.amazon.awssdk.protocols.xml.internal.unmarshall.DecorateErrorFromResponseBodyUnmarshaller
Packages that use DecorateErrorFromResponseBodyUnmarshaller
-
Uses of DecorateErrorFromResponseBodyUnmarshaller in software.amazon.awssdk.protocols.xml.internal.unmarshall
Methods in software.amazon.awssdk.protocols.xml.internal.unmarshall that return DecorateErrorFromResponseBodyUnmarshallerModifier and TypeMethodDescriptionDecorateErrorFromResponseBodyUnmarshaller.of(Function<XmlElement, Optional<XmlElement>> errorRootFunction) Constructs a function that can be used to decorate a parsed error from a response if one is found.