Class ByteArrayAsyncResponseTransformer<ResponseT>

java.lang.Object
software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer<ResponseT>
Type Parameters:
ResponseT - Pojo response type.
All Implemented Interfaces:
AsyncResponseTransformer<ResponseT,ResponseBytes<ResponseT>>

public final class ByteArrayAsyncResponseTransformer<ResponseT> extends Object implements AsyncResponseTransformer<ResponseT,ResponseBytes<ResponseT>>
Implementation of AsyncResponseTransformer that dumps content into a byte array and supports further conversions into types, like strings. This can be created with static methods on AsyncResponseTransformer.
See Also: