Uses of Class
software.amazon.awssdk.services.firehose.model.Processor
-
Packages that use Processor Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of Processor in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type Processor Modifier and Type Method Description List<Processor>ProcessingConfiguration. processors()The data processors.Methods in software.amazon.awssdk.services.firehose.model with parameters of type Processor Modifier and Type Method Description ProcessingConfiguration.BuilderProcessingConfiguration.Builder. processors(Processor... processors)The data processors.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type Processor Modifier and Type Method Description ProcessingConfiguration.BuilderProcessingConfiguration.Builder. processors(Collection<Processor> processors)The data processors.
-