| AwsXmlErrorTransformer |
A transformer function that takes a parsed XML response and converts it into an AwsServiceException.
|
| AwsXmlErrorTransformer.Builder |
|
| 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> |
|
| AwsXmlResponseTransformer<T extends AwsResponse> |
A transformer function that takes a parsed XML response and converts it into an AwsResponse.
|
| AwsXmlUnmarshallingContext |
|
| 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 |
|
| XmlUnmarshallerRegistry |
|
| XmlUnmarshallerRegistry.Builder |
|