| Package | Description |
|---|---|
| software.amazon.awssdk.core.async |
| Modifier and Type | Method and Description |
|---|---|
AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.Builder.bufferSizeInBytes(Long bufferSizeInBytes)
The maximum buffer size the SDK will use to buffer the content from the source
SdkPublisher. |
static AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.builder()
Create a
AsyncRequestBodySplitConfiguration.Builder, used to create a AsyncRequestBodySplitConfiguration. |
AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.Builder.chunkSizeInBytes(Long chunkSizeInBytes)
Configures the size for each divided chunk.
|
AsyncRequestBodySplitConfiguration.Builder |
AsyncRequestBodySplitConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
default SdkPublisher<AsyncRequestBody> |
AsyncRequestBody.split(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration)
This is a convenience method that passes an instance of the
AsyncRequestBodySplitConfiguration builder,
avoiding the need to create one manually via AsyncRequestBodySplitConfiguration.builder(). |
Copyright © 2023. All rights reserved.