Uses of Class
software.amazon.awssdk.protocols.query.unmarshall.XmlElement
-
Packages that use XmlElement Package Description software.amazon.awssdk.protocols.query.internal.unmarshall software.amazon.awssdk.protocols.query.unmarshall -
-
Uses of XmlElement in software.amazon.awssdk.protocols.query.internal.unmarshall
Methods in software.amazon.awssdk.protocols.query.internal.unmarshall with parameters of type XmlElement Modifier and Type Method Description AwsServiceExceptionAwsXmlErrorUnmarshaller. 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 XmlElement Modifier and Type Method Description AwsServiceExceptionAwsXmlErrorUnmarshaller. 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)Map<String,?>MapQueryUnmarshaller. unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<Map<String,?>> field)TQueryUnmarshaller. unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<T> field)TSimpleTypeQueryUnmarshaller. 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 XmlElement Modifier and Type Method Description XmlElementXmlElement.Builder. build()static XmlElementXmlElement. empty()XmlElementXmlElement. getElementByName(String tagName)Retrieves a single child element by tag name.XmlElementXmlElement. getFirstChild()static XmlElementXmlDomParser. parse(InputStream inputStream)Methods in software.amazon.awssdk.protocols.query.unmarshall that return types with arguments of type XmlElement Modifier and Type Method Description List<XmlElement>XmlElement. children()List<XmlElement>XmlElement. getElementsByName(String tagName)Get all child elements by the given tag name.Optional<XmlElement>XmlElement. getOptionalElementByName(String tagName)Retrieves a single child element by tag name.Methods in software.amazon.awssdk.protocols.query.unmarshall with parameters of type XmlElement Modifier and Type Method Description XmlElement.BuilderXmlElement.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 XmlElement Modifier and Type Method Description AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller.Builder. errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)Extracts theelement from the top level XML document. AwsXmlErrorProtocolUnmarshaller.BuilderAwsXmlErrorProtocolUnmarshaller.Builder. errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)Extracts theelement from the top level XML document.
-