| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
Processor |
Processor.clone() |
Processor |
Processor.withConfiguration(ProcessorConfiguration configuration)
The information about the type of processor and its identifier.
|
Processor |
Processor.withExecutionOrder(Integer executionOrder)
The sequence in which processors run.
|
Processor |
Processor.withFallbackAction(FallbackAction fallbackAction)
Determines whether to continue with message processing or stop it in cases where communication with a processor
fails.
|
Processor |
Processor.withFallbackAction(String fallbackAction)
Determines whether to continue with message processing or stop it in cases where communication with a processor
fails.
|
Processor |
Processor.withName(String name)
The name of the channel flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<Processor> |
CreateChannelFlowRequest.getProcessors()
Information about the processor Lambda functions.
|
List<Processor> |
ChannelFlow.getProcessors()
Information about the processor Lambda functions.
|
List<Processor> |
UpdateChannelFlowRequest.getProcessors()
Information about the processor Lambda functions
|
List<Processor> |
ChannelFlowSummary.getProcessors()
Information about the processor Lambda functions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withProcessors(Processor... processors)
Information about the processor Lambda functions.
|
ChannelFlow |
ChannelFlow.withProcessors(Processor... processors)
Information about the processor Lambda functions.
|
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.withProcessors(Processor... processors)
Information about the processor Lambda functions
|
ChannelFlowSummary |
ChannelFlowSummary.withProcessors(Processor... processors)
Information about the processor Lambda functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChannelFlowRequest.setProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
void |
ChannelFlow.setProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
void |
UpdateChannelFlowRequest.setProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
|
void |
ChannelFlowSummary.setProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
CreateChannelFlowRequest |
CreateChannelFlowRequest.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
ChannelFlow |
ChannelFlow.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
UpdateChannelFlowRequest |
UpdateChannelFlowRequest.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions
|
ChannelFlowSummary |
ChannelFlowSummary.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
Copyright © 2024. All rights reserved.