Uses of Class
software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody.Builder
-
Packages that use BlockingOutputStreamAsyncRequestBody.Builder Package Description software.amazon.awssdk.core.async -
-
Uses of BlockingOutputStreamAsyncRequestBody.Builder in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return BlockingOutputStreamAsyncRequestBody.Builder Modifier and Type Method Description static BlockingOutputStreamAsyncRequestBody.BuilderBlockingOutputStreamAsyncRequestBody. builder()Creates a default builder forBlockingOutputStreamAsyncRequestBody.BlockingOutputStreamAsyncRequestBody.BuilderBlockingOutputStreamAsyncRequestBody.Builder. contentLength(Long contentLength)The content length of the output stream.BlockingOutputStreamAsyncRequestBody.BuilderBlockingOutputStreamAsyncRequestBody.Builder. subscribeTimeout(Duration subscribeTimeout)Defines how long it should wait for this AsyncRequestBody to be subscribed (to start streaming) before timing out.
-