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 AwsServiceException
AwsXmlErrorUnmarshaller. 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 AwsServiceException
AwsXmlErrorUnmarshaller. 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)
T
QueryUnmarshaller. unmarshall(QueryUnmarshallerContext context, List<XmlElement> content, SdkField<T> field)
T
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 XmlElement Modifier and Type Method Description XmlElement
XmlElement.Builder. build()
static XmlElement
XmlElement. empty()
XmlElement
XmlElement. getElementByName(String tagName)
Retrieves a single child element by tag name.XmlElement
XmlElement. getFirstChild()
static XmlElement
XmlDomParser. 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.Builder
XmlElement.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.Builder
AwsXmlErrorProtocolUnmarshaller.Builder. errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)
Extracts theelement from the top level XML document. AwsXmlErrorProtocolUnmarshaller.Builder
AwsXmlErrorProtocolUnmarshaller.Builder. errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)
Extracts theelement from the top level XML document.
-