Interface CloseableAsyncRequestBody
- All Superinterfaces:
AsyncRequestBody,AutoCloseable,org.reactivestreams.Publisher<ByteBuffer>,SdkAutoCloseable,SdkPublisher<ByteBuffer>
- All Known Subinterfaces:
SubAsyncRequestBody
- All Known Implementing Classes:
NonRetryableSubAsyncRequestBody,RetryableSubAsyncRequestBody
An extension of
AsyncRequestBody that is closable.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awssdk.core.async.AsyncRequestBody
AsyncRequestBody.BodyType -
Method Summary
Methods inherited from interface software.amazon.awssdk.core.async.AsyncRequestBody
body, contentLength, contentType, split, split, splitCloseable, splitCloseableMethods inherited from interface org.reactivestreams.Publisher
subscribeMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.async.SdkPublisher
addTrailingData, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribe