| 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 |
AmazonChimeSDKMessagingClient.listChannelFlows(ListChannelFlowsRequest request)
Returns a paginated lists of all the channel flows created under a single Chime.
|
ListChannelFlowsResult |
AbstractAmazonChimeSDKMessaging.listChannelFlows(ListChannelFlowsRequest request) |
ListChannelFlowsResult |
AmazonChimeSDKMessaging.listChannelFlows(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
Future<ListChannelFlowsResult> |
AmazonChimeSDKMessagingAsyncClient.listChannelFlowsAsync(ListChannelFlowsRequest request) |
Future<ListChannelFlowsResult> |
AmazonChimeSDKMessagingAsync.listChannelFlowsAsync(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
Future<ListChannelFlowsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelFlowsAsync(ListChannelFlowsRequest request) |
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.
|
Future<ListChannelFlowsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelFlowsAsync(ListChannelFlowsRequest request,
AsyncHandler<ListChannelFlowsRequest,ListChannelFlowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListChannelFlowsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelFlowsAsync(ListChannelFlowsRequest request,
AsyncHandler<ListChannelFlowsRequest,ListChannelFlowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsRequest |
ListChannelFlowsRequest.clone() |
ListChannelFlowsRequest |
ListChannelFlowsRequest.withAppInstanceArn(String appInstanceArn)
The ARN of the app instance.
|
ListChannelFlowsRequest |
ListChannelFlowsRequest.withMaxResults(Integer maxResults)
The maximum number of channel flows that you want to return.
|
ListChannelFlowsRequest |
ListChannelFlowsRequest.withNextToken(String nextToken)
The token passed by previous API calls until all requested channel flows are returned.
|
Copyright © 2022. All rights reserved.