Uses of Interface
software.amazon.awssdk.core.async.AsyncResponseTransformer.SplitResult.Builder
-
Packages that use AsyncResponseTransformer.SplitResult.Builder Package Description software.amazon.awssdk.core.async software.amazon.awssdk.core.internal.async -
-
Uses of AsyncResponseTransformer.SplitResult.Builder in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async that return AsyncResponseTransformer.SplitResult.Builder Modifier and Type Method Description static <ResponseT,ResultT>
AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>AsyncResponseTransformer.SplitResult. builder()AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>AsyncResponseTransformer.SplitResult.Builder. parallelSplitSupported(Boolean parallelSplitSupported)Sets whether the AsyncResponseTransformers returned by theAsyncResponseTransformer.SplitResult.publisher()support concurrent parallel streaming of multiple content body concurrentlyAsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>AsyncResponseTransformer.SplitResult.Builder. publisher(SdkPublisher<AsyncResponseTransformer<ResponseT,ResponseT>> publisher)Sets the publisher publishing the individualAsyncResponseTransformerAsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>AsyncResponseTransformer.SplitResult.Builder. resultFuture(CompletableFuture<ResultT> future)Sets the future that will be completed when the future returned by calling theAsyncResponseTransformer.prepare()method on the AsyncResponseTransformer which was split completes. -
Uses of AsyncResponseTransformer.SplitResult.Builder in software.amazon.awssdk.core.internal.async
Classes in software.amazon.awssdk.core.internal.async that implement AsyncResponseTransformer.SplitResult.Builder Modifier and Type Class Description static classDefaultAsyncResponseTransformerSplitResult.DefaultBuilder<ResponseT,ResultT>Methods in software.amazon.awssdk.core.internal.async that return AsyncResponseTransformer.SplitResult.Builder Modifier and Type Method Description AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>DefaultAsyncResponseTransformerSplitResult.DefaultBuilder. parallelSplitSupported(Boolean parallelSplitSupported)AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>DefaultAsyncResponseTransformerSplitResult.DefaultBuilder. publisher(SdkPublisher<AsyncResponseTransformer<ResponseT,ResponseT>> publisher)AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>DefaultAsyncResponseTransformerSplitResult.DefaultBuilder. resultFuture(CompletableFuture<ResultT> future)AsyncResponseTransformer.SplitResult.Builder<ResponseT,ResultT>DefaultAsyncResponseTransformerSplitResult. toBuilder()
-