| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsResult |
AbstractAmazonChimeSDKMessaging.listChannelFlows(ListChannelFlowsRequest request) |
ListChannelFlowsResult |
AmazonChimeSDKMessagingClient.listChannelFlows(ListChannelFlowsRequest request)
Returns a paginated lists of all the channel flows created under a single Chime.
|
ListChannelFlowsResult |
AmazonChimeSDKMessaging.listChannelFlows(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelFlowsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelFlowsAsync(ListChannelFlowsRequest request,
AsyncHandler<ListChannelFlowsRequest,ListChannelFlowsResult> asyncHandler) |
Future<ListChannelFlowsResult> |
AmazonChimeSDKMessagingAsyncClient.listChannelFlowsAsync(ListChannelFlowsRequest request,
AsyncHandler<ListChannelFlowsRequest,ListChannelFlowsResult> asyncHandler) |
Future<ListChannelFlowsResult> |
AmazonChimeSDKMessagingAsync.listChannelFlowsAsync(ListChannelFlowsRequest listChannelFlowsRequest,
AsyncHandler<ListChannelFlowsRequest,ListChannelFlowsResult> asyncHandler)
Returns a paginated lists of all the channel flows created under a single Chime.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsResult |
ListChannelFlowsResult.clone() |
ListChannelFlowsResult |
ListChannelFlowsResult.withChannelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
|
ListChannelFlowsResult |
ListChannelFlowsResult.withChannelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
|
ListChannelFlowsResult |
ListChannelFlowsResult.withNextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
Copyright © 2024. All rights reserved.