| Interface | Description |
|---|---|
| XmlUnmarshaller<T> |
Interface to unmarshall response fields for Xml service
|
| Class | Description |
|---|---|
| AwsXmlErrorTransformer |
A transformer function that takes a parsed XML response and converts it into an
AwsServiceException. |
| AwsXmlErrorTransformer.Builder |
Builder for
AwsXmlErrorTransformer. |
| AwsXmlPredicatedResponseHandler<OutputT> |
Unmarshalls an HTTP response into either a successful response POJO, or into a (possibly modeled) exception based
on a predicate that the unmarshalled response can be tested against.
|
| AwsXmlResponseHandler<T> |
Response handler that adds
AwsResponseMetadata to the response. |
| AwsXmlResponseTransformer<T extends AwsResponse> |
A transformer function that takes a parsed XML response and converts it into an
AwsResponse. |
| AwsXmlUnmarshallingContext |
A data class to hold all the context of an unmarshalling stage for the AWS XML protocol as orchestrated by
AwsXmlPredicatedResponseHandler. |
| AwsXmlUnmarshallingContext.Builder | |
| DecorateErrorFromResponseBodyUnmarshaller |
A function that decorates a
AwsXmlUnmarshallingContext that already contains the parsed XML of the
response body with parsed error XML if the HTTP response status indicates failure or a serialized error is found
in the XML body of a 'successful' response. |
| HeaderUnmarshaller | |
| XmlPayloadUnmarshaller | |
| XmlProtocolUnmarshaller | |
| XmlResponseHandler<T extends SdkPojo> |
Response handler for REST-XML services (Cloudfront, Route53, and S3).
|
| XmlResponseParserUtils |
Static methods to assist with parsing the response of AWS XML requests.
|
| XmlUnmarshallerContext | |
| XmlUnmarshallerContext.Builder |
Builder for a
XmlUnmarshallerContext. |
| XmlUnmarshallerRegistry | |
| XmlUnmarshallerRegistry.Builder |
Builder for a
XmlUnmarshallerRegistry. |
Copyright © 2022. All rights reserved.