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