Uses of Class
software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
Packages that use AsyncRequestBodySplitConfiguration
Package
Description
-
Uses of AsyncRequestBodySplitConfiguration in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncRequestBodySplitConfigurationMethods in software.amazon.awssdk.core.async with parameters of type AsyncRequestBodySplitConfigurationModifier and TypeMethodDescriptiondefault 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.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 AsyncRequestBodySplitConfigurationModifier and TypeMethodDescriptionAsyncRequestBodyListener.NotifyingAsyncRequestBody.split(AsyncRequestBodySplitConfiguration splitConfiguration) 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 AsyncRequestBodySplitConfigurationModifier and TypeMethodDescriptionFileAsyncRequestBody.split(AsyncRequestBodySplitConfiguration splitConfiguration) FileAsyncRequestBody.splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) SplittingPublisher.Builder.splitConfiguration(AsyncRequestBodySplitConfiguration splitConfiguration) Sets the split configuration.Constructors in software.amazon.awssdk.core.internal.async with parameters of type AsyncRequestBodySplitConfigurationModifierConstructorDescriptionFileAsyncRequestBodySplitHelper(FileAsyncRequestBody asyncRequestBody, AsyncRequestBodySplitConfiguration splitConfiguration)
AsyncRequestBody.splitCloseable(AsyncRequestBodySplitConfiguration)instead.