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)Converts thisAsyncRequestBodyto a publisher ofAsyncRequestBodys, each of which publishes a specific portion of the original data, based on the providedAsyncRequestBodySplitConfiguration. -
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) -
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)Constructors in software.amazon.awssdk.core.internal.async with parameters of type AsyncRequestBodySplitConfiguration Constructor Description FileAsyncRequestBodySplitHelper(FileAsyncRequestBody asyncRequestBody, AsyncRequestBodySplitConfiguration splitConfiguration)SplittingPublisher(AsyncRequestBody asyncRequestBody, AsyncRequestBodySplitConfiguration splitConfiguration)
-