Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.Processor
-
Packages that use Processor Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of Processor in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type Processor Modifier and Type Method Description List<Processor>ChannelFlow. processors()Information about the processor Lambda functions.List<Processor>ChannelFlowSummary. processors()Information about the processor Lambda functions.List<Processor>CreateChannelFlowRequest. processors()Information about the processor Lambda functions.List<Processor>UpdateChannelFlowRequest. processors()Information about the processor Lambda functionsMethods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type Processor Modifier and Type Method Description ChannelFlow.BuilderChannelFlow.Builder. processors(Processor... processors)Information about the processor Lambda functions.ChannelFlowSummary.BuilderChannelFlowSummary.Builder. processors(Processor... processors)Information about the processor Lambda functions.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. processors(Processor... processors)Information about the processor Lambda functions.UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. processors(Processor... processors)Information about the processor Lambda functionsMethod parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type Processor Modifier and Type Method Description ChannelFlow.BuilderChannelFlow.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions.ChannelFlowSummary.BuilderChannelFlowSummary.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions.CreateChannelFlowRequest.BuilderCreateChannelFlowRequest.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions.UpdateChannelFlowRequest.BuilderUpdateChannelFlowRequest.Builder. processors(Collection<Processor> processors)Information about the processor Lambda functions
-