Uses of Class
software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
-
Packages that use AsyncRequestBodySplitConfiguration Package Description software.amazon.awssdk.core.async software.amazon.awssdk.core.async.listener software.amazon.awssdk.core.internal.async -
-
Uses of AsyncRequestBodySplitConfiguration in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBodySplitConfiguration Modifier and Type Method Description static AsyncRequestBodySplitConfigurationAsyncRequestBodySplitConfiguration. defaultConfiguration()Methods in software.amazon.awssdk.core.async with parameters of type AsyncRequestBodySplitConfiguration Modifier and Type Method Description default SdkPublisher<AsyncRequestBody>AsyncRequestBody. split(AsyncRequestBodySplitConfiguration splitConfiguration)Deprecated.default SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBody. splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration)Converts thisAsyncRequestBodyto a publisher ofCloseableAsyncRequestBodys, each of which publishes specific portion of the original data, based on the providedAsyncRequestBodySplitConfiguration.SdkPublisher<CloseableAsyncRequestBody>BufferedSplittableAsyncRequestBody. splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration)Splits this request body into multiple retryable parts based on the provided configuration. -
Uses of AsyncRequestBodySplitConfiguration in software.amazon.awssdk.core.async.listener
Methods in software.amazon.awssdk.core.async.listener with parameters of type AsyncRequestBodySplitConfiguration Modifier and Type Method Description SdkPublisher<AsyncRequestBody>AsyncRequestBodyListener.NotifyingAsyncRequestBody. split(AsyncRequestBodySplitConfiguration splitConfiguration)SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBodyListener.NotifyingAsyncRequestBody. splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) -
Uses of AsyncRequestBodySplitConfiguration in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async with parameters of type AsyncRequestBodySplitConfiguration Modifier and Type Method Description SdkPublisher<AsyncRequestBody>FileAsyncRequestBody. split(AsyncRequestBodySplitConfiguration splitConfiguration)SdkPublisher<CloseableAsyncRequestBody>FileAsyncRequestBody. splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration)SplittingPublisher.BuilderSplittingPublisher.Builder. splitConfiguration(AsyncRequestBodySplitConfiguration splitConfiguration)Sets the split configuration.Constructors in software.amazon.awssdk.core.internal.async with parameters of type AsyncRequestBodySplitConfiguration Constructor Description FileAsyncRequestBodySplitHelper(FileAsyncRequestBody asyncRequestBody, AsyncRequestBodySplitConfiguration splitConfiguration)
-