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