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>
Augments a 
Marshaller to add contents for an async streamed request.- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder class to buildAsyncStreamingRequestMarshallerobject. - 
Method Summary
 
- 
Method Details
- 
builder
 - 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Parameters:
 in- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -