Class ByteBuffersAsyncRequestBody

java.lang.Object
software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>, AsyncRequestBody, SdkPublisher<ByteBuffer>

public final class ByteBuffersAsyncRequestBody extends Object implements AsyncRequestBody
An implementation of AsyncRequestBody for providing data from the supplied ByteBuffer array. This is created using static methods on AsyncRequestBody
See Also: