| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelFlow |
ChannelFlow.clone() |
ChannelFlow |
DescribeChannelFlowResult.getChannelFlow()
The channel flow details.
|
ChannelFlow |
ChannelFlow.withChannelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ChannelFlow |
ChannelFlow.withCreatedTimestamp(Date createdTimestamp)
The time at which the channel flow was created.
|
ChannelFlow |
ChannelFlow.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which a channel flow was updated.
|
ChannelFlow |
ChannelFlow.withName(String name)
The name of the channel flow.
|
ChannelFlow |
ChannelFlow.withProcessors(Collection<Processor> processors)
Information about the processor Lambda functions.
|
ChannelFlow |
ChannelFlow.withProcessors(Processor... processors)
Information about the processor Lambda functions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChannelFlowResult.setChannelFlow(ChannelFlow channelFlow)
The channel flow details.
|
DescribeChannelFlowResult |
DescribeChannelFlowResult.withChannelFlow(ChannelFlow channelFlow)
The channel flow details.
|
Copyright © 2024. All rights reserved.