Uses of Class
software.amazon.awssdk.core.SplittingTransformerConfiguration
-
Packages that use SplittingTransformerConfiguration Package Description software.amazon.awssdk.core.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.
-