Class SimpleHttpContentPublisher

java.lang.Object
software.amazon.awssdk.core.internal.http.async.SimpleHttpContentPublisher
All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>, SdkHttpContentPublisher

@SdkInternalApi public final class SimpleHttpContentPublisher extends Object implements SdkHttpContentPublisher
Implementation of SdkHttpContentPublisher that provides all it's data at once. Useful for non streaming operations that are already marshalled into memory.