| Package | Description |
|---|---|
| software.amazon.awssdk.protocols.query.internal.unmarshall | |
| software.amazon.awssdk.protocols.query.unmarshall |
| Modifier and Type | Method and Description |
|---|---|
<TypeT extends SdkPojo> |
QueryProtocolUnmarshaller.unmarshall(SdkPojo sdkPojo,
XmlElement resultRoot,
SdkHttpFullResponse response)
This method is also used to unmarshall exceptions.
|
AwsServiceException |
AwsXmlErrorUnmarshaller.unmarshall(XmlElement documentRoot,
Optional<XmlElement> errorRoot,
Optional<SdkBytes> documentBytes,
SdkHttpFullResponse response,
ExecutionAttributes executionAttributes)
Unmarshal an AWS XML exception
|
| Modifier and Type | Method and Description |
|---|---|
List<?> |
ListQueryUnmarshaller.unmarshall(QueryUnmarshallerContext context,
List<XmlElement> content,
SdkField<List<?>> field) |
Map<String,?> |
MapQueryUnmarshaller.unmarshall(QueryUnmarshallerContext context,
List<XmlElement> content,
SdkField<Map<String,?>> field) |
T |
SimpleTypeQueryUnmarshaller.unmarshall(QueryUnmarshallerContext context,
List<XmlElement> content,
SdkField<T> field) |
T |
QueryUnmarshaller.unmarshall(QueryUnmarshallerContext context,
List<XmlElement> content,
SdkField<T> field) |
AwsServiceException |
AwsXmlErrorUnmarshaller.unmarshall(XmlElement documentRoot,
Optional<XmlElement> errorRoot,
Optional<SdkBytes> documentBytes,
SdkHttpFullResponse response,
ExecutionAttributes executionAttributes)
Unmarshal an AWS XML exception
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
XmlElement.Builder |
XmlElement.Builder.addChildElement(XmlElement childElement) |
<TypeT extends SdkPojo> |
XmlErrorUnmarshaller.unmarshall(SdkPojo sdkPojo,
XmlElement resultRoot,
SdkHttpFullResponse response) |
| Modifier and Type | Method and Description |
|---|---|
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)
Extracts the
|
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.errorRootExtractor(Function<XmlElement,Optional<XmlElement>> errorRootExtractor)
Extracts the
|
Copyright © 2023. All rights reserved.