Class AsyncStreamingRequestMarshaller<T>

java.lang.Object
software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller<T>
software.amazon.awssdk.core.runtime.transform.AsyncStreamingRequestMarshaller<T>
Type Parameters:
T - Type of POJO being marshalled.
All Implemented Interfaces:
Marshaller<T>

public final class AsyncStreamingRequestMarshaller<T> extends AbstractStreamingRequestMarshaller<T>
Augments a Marshaller to add contents for an async streamed request.