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, splitCloseable
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.async.SdkPublisher
addTrailingData, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribe