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