Uses of Class
software.amazon.awssdk.core.SplittingTransformerConfiguration
-
Packages that use SplittingTransformerConfiguration Package Description software.amazon.awssdk.core.async software.amazon.awssdk.core.async.listener software.amazon.awssdk.core.internal.async -
-
Uses of SplittingTransformerConfiguration in software.amazon.awssdk.core.async
Methods in software.amazon.awssdk.core.async with parameters of type SplittingTransformerConfiguration Modifier and Type Method Description default AsyncResponseTransformer.SplitResult<ResponseT,ResultT>AsyncResponseTransformer. split(SplittingTransformerConfiguration splitConfig)Creates anAsyncResponseTransformer.SplitResultwhich contains anSplittingTransformerthat splits theAsyncResponseTransformerinto multiple ones, publishing them as aSdkPublisher. -
Uses of SplittingTransformerConfiguration in software.amazon.awssdk.core.async.listener
Methods in software.amazon.awssdk.core.async.listener with parameters of type SplittingTransformerConfiguration Modifier and Type Method Description AsyncResponseTransformer.SplitResult<ResponseT,ResultT>AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer. split(SplittingTransformerConfiguration splitConfig) -
Uses of SplittingTransformerConfiguration in software.amazon.awssdk.core.internal.async
Methods in software.amazon.awssdk.core.internal.async with parameters of type SplittingTransformerConfiguration Modifier and Type Method Description AsyncResponseTransformer.SplitResult<ResponseT,ResponseBytes<ResponseT>>ByteArrayAsyncResponseTransformer. split(SplittingTransformerConfiguration splitConfig)AsyncResponseTransformer.SplitResult<ResponseT,ResponseT>FileAsyncResponseTransformer. split(SplittingTransformerConfiguration splitConfig)
-