| Package | Description |
|---|---|
| software.amazon.awssdk.core.async | |
| software.amazon.awssdk.core.internal.async |
| Modifier and Type | Method and Description |
|---|---|
static AsyncRequestBodySplitConfiguration |
AsyncRequestBodySplitConfiguration.defaultConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
default SdkPublisher<AsyncRequestBody> |
AsyncRequestBody.split(AsyncRequestBodySplitConfiguration splitConfiguration)
Converts this
AsyncRequestBody to a publisher of AsyncRequestBodys, each of which publishes a specific
portion of the original data, based on the provided AsyncRequestBodySplitConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AsyncRequestBody> |
FileAsyncRequestBody.split(AsyncRequestBodySplitConfiguration splitConfiguration) |
| Constructor and Description |
|---|
FileAsyncRequestBodySplitHelper(FileAsyncRequestBody asyncRequestBody,
AsyncRequestBodySplitConfiguration splitConfiguration) |
SplittingPublisher(AsyncRequestBody asyncRequestBody,
AsyncRequestBodySplitConfiguration splitConfiguration) |
Copyright © 2023. All rights reserved.