Class AwsXmlResponseHandler<T>

java.lang.Object
software.amazon.awssdk.protocols.xml.internal.unmarshall.AwsXmlResponseHandler<T>
Type Parameters:
T - Indicates the type being unmarshalled by this response handler.
All Implemented Interfaces:
HttpResponseHandler<T>

@SdkInternalApi public final class AwsXmlResponseHandler<T> extends Object implements HttpResponseHandler<T>
Response handler that adds AwsResponseMetadata to the response.