Uses of Interface
software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration.Builder
Packages that use AsyncRequestBodySplitConfiguration.Builder
-
Uses of AsyncRequestBodySplitConfiguration.Builder in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBodySplitConfiguration.BuilderModifier and TypeMethodDescriptionAsyncRequestBodySplitConfiguration.Builder.bufferSizeInBytes(Long bufferSizeInBytes) The maximum buffer size the SDK will use to buffer the content from the sourceSdkPublisher.AsyncRequestBodySplitConfiguration.builder()Create aAsyncRequestBodySplitConfiguration.Builder, used to create aAsyncRequestBodySplitConfiguration.AsyncRequestBodySplitConfiguration.Builder.chunkSizeInBytes(Long chunkSizeInBytes) Configures the size for each divided chunk.AsyncRequestBodySplitConfiguration.toBuilder()Method parameters in software.amazon.awssdk.core.async with type arguments of type AsyncRequestBodySplitConfiguration.BuilderModifier and TypeMethodDescriptiondefault SdkPublisher<AsyncRequestBody>AsyncRequestBody.split(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration) Deprecated.default SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBody.splitCloseable(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration) This is a convenience method that passes an instance of theAsyncRequestBodySplitConfigurationbuilder, avoiding the need to create one manually viaAsyncRequestBodySplitConfiguration.builder(). -
Uses of AsyncRequestBodySplitConfiguration.Builder in software.amazon.awssdk.core.async.listener
Method parameters in software.amazon.awssdk.core.async.listener with type arguments of type AsyncRequestBodySplitConfiguration.BuilderModifier and TypeMethodDescriptionAsyncRequestBodyListener.NotifyingAsyncRequestBody.split(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration) AsyncRequestBodyListener.NotifyingAsyncRequestBody.splitCloseable(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration)
AsyncRequestBody.splitCloseable(Consumer)instead