Uses of Class
software.amazon.awssdk.protocols.query.unmarshall.XmlElement
Packages that use XmlElement
Package
Description
-
Uses of XmlElement in software.amazon.awssdk.protocols.query.internal.unmarshall
Methods in software.amazon.awssdk.protocols.query.internal.unmarshall with parameters of type XmlElementModifier and TypeMethodDescriptionAwsXmlErrorUnmarshaller.unmarshall(XmlElement documentRoot, Optional<XmlElement> errorRoot, Optional<SdkBytes> documentBytes, SdkHttpFullResponse response, ExecutionAttributes executionAttributes) Unmarshal an AWS XML exception<TypeT extends SdkPojo>
TypeTQueryProtocolUnmarshaller.unmarshall(SdkPojo sdkPojo, XmlElement resultRoot, SdkHttpFullResponse response) This method is also used to unmarshall exceptions.Method parameters in software.amazon.awssdk.protocols.query.internal.unmarshall with type arguments of type XmlElementModifier and TypeMethodDescriptionAwsXmlErrorUnmarshaller.unmarshall(XmlElement documentRoot, Optional<XmlElement> errorRoot, Optional<SdkBytes> documentBytes, SdkHttpFullResponse response, ExecutionAttributes executionAttributes) Unmarshal an AWS XML exceptionList<?>ListQueryUnmarshaller.unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<List<?>> field) MapQueryUnmarshaller.unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<Map<String, ?>> field) QueryUnmarshaller.unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<T> field) SimpleTypeQueryUnmarshaller.unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<T> field) -
Uses of XmlElement in software.amazon.awssdk.protocols.query.unmarshall
Methods in software.amazon.awssdk.protocols.query.unmarshall that return XmlElementModifier and TypeMethodDescriptionXmlElement.Builder.build()static XmlElementXmlElement.empty()XmlElement.getElementByName(String tagName) Retrieves a single child element by tag name.XmlElement.getFirstChild()static XmlElementXmlDomParser.parse(InputStream inputStream) Methods in software.amazon.awssdk.protocols.query.unmarshall that return types with arguments of type XmlElementModifier and TypeMethodDescriptionXmlElement.children()XmlElement.getElementsByName(String tagName) Get all child elements by the given tag name.XmlElement.getOptionalElementByName(String tagName) Retrieves a single child element by tag name.Methods in software.amazon.awssdk.protocols.query.unmarshall with parameters of type XmlElementModifier and TypeMethodDescriptionXmlElement.Builder.addChildElement(XmlElement childElement) <TypeT extends SdkPojo>
TypeTXmlErrorUnmarshaller.unmarshall(SdkPojo sdkPojo, XmlElement resultRoot, SdkHttpFullResponse response) Method parameters in software.amazon.awssdk.protocols.query.unmarshall with type arguments of type XmlElementModifier and TypeMethodDescriptionAwsXmlErrorProtocolUnmarshaller.Builder.errorRootExtractor(Function<XmlElement, Optional<XmlElement>> errorRootExtractor) Extracts theelement from the top level XML document. AwsXmlErrorProtocolUnmarshaller.Builder.errorRootExtractor(Function<XmlElement, Optional<XmlElement>> errorRootExtractor) Extracts theelement from the top level XML document.