| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelFlowSummary |
ChannelFlowSummary.clone() |
ChannelFlowSummary |
ChannelFlowSummary.withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ChannelFlowSummary |
ChannelFlowSummary.withName(String name)
The name of the channel flow.
|
ChannelFlowSummary |
ChannelFlowSummary.withProcessors(Collection<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 |
|---|---|
List<ChannelFlowSummary> |
ListChannelFlowsResult.getChannelFlows()
The information about each channel flow.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsResult |
ListChannelFlowsResult.withChannelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelFlowsResult.setChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
|
ListChannelFlowsResult |
ListChannelFlowsResult.withChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
|
Copyright © 2025. All rights reserved.