Uses of Interface
software.amazon.awssdk.core.async.CloseableAsyncRequestBody
-
Packages that use CloseableAsyncRequestBody Package Description software.amazon.awssdk.core.async software.amazon.awssdk.core.async.listener software.amazon.awssdk.core.internal.async -
-
Uses of CloseableAsyncRequestBody in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return types with arguments of type CloseableAsyncRequestBody Modifier and Type Method Description default SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBody. splitCloseable(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration)This is a convenience method that passes an instance of theAsyncRequestBodySplitConfigurationbuilder, avoiding the need to create one manually viaAsyncRequestBodySplitConfiguration.builder().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 CloseableAsyncRequestBody in software.amazon.awssdk.core.async.listener
Methods in software.amazon.awssdk.core.async.listener that return types with arguments of type CloseableAsyncRequestBody Modifier and Type Method Description SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBodyListener.NotifyingAsyncRequestBody. splitCloseable(Consumer<AsyncRequestBodySplitConfiguration.Builder> splitConfiguration)SdkPublisher<CloseableAsyncRequestBody>AsyncRequestBodyListener.NotifyingAsyncRequestBody. splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration) -
Uses of CloseableAsyncRequestBody in software.amazon.awssdk.core.internal.async
Subinterfaces of CloseableAsyncRequestBody in software.amazon.awssdk.core.internal.async Modifier and Type Interface Description interfaceSubAsyncRequestBodyRepresent a subAsyncRequestBodythat publishes a portion of the sourceAsyncRequestBodyClasses in software.amazon.awssdk.core.internal.async that implement CloseableAsyncRequestBody Modifier and Type Class Description classNonRetryableSubAsyncRequestBodyASubAsyncRequestBodyimplementation that doesn't support resubscribe/retryclassRetryableSubAsyncRequestBodyASubAsyncRequestBodyimplementation that supports resubscribe/retry once all data has been published to the first subscriberMethods in software.amazon.awssdk.core.internal.async that return types with arguments of type CloseableAsyncRequestBody Modifier and Type Method Description SdkPublisher<CloseableAsyncRequestBody>FileAsyncRequestBody. splitCloseable(AsyncRequestBodySplitConfiguration splitConfiguration)Method parameters in software.amazon.awssdk.core.internal.async with type arguments of type CloseableAsyncRequestBody Modifier and Type Method Description voidSplittingPublisher. subscribe(org.reactivestreams.Subscriber<? super CloseableAsyncRequestBody> downstreamSubscriber)
-