| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| software.amazon.awssdk.services.chimesdkmessaging.paginators | |
| software.amazon.awssdk.services.chimesdkmessaging.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelFlowsResponse |
ChimeSdkMessagingClient.listChannelFlows(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default CompletableFuture<ListChannelFlowsResponse> |
ChimeSdkMessagingAsyncClient.listChannelFlows(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsIterable |
ChimeSdkMessagingClient.listChannelFlowsPaginator(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsPublisher |
ChimeSdkMessagingAsyncClient.listChannelFlowsPaginator(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
| Constructor and Description |
|---|
ListChannelFlowsIterable(ChimeSdkMessagingClient client,
ListChannelFlowsRequest firstRequest) |
ListChannelFlowsPublisher(ChimeSdkMessagingAsyncClient client,
ListChannelFlowsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelFlowsRequestMarshaller.marshall(ListChannelFlowsRequest listChannelFlowsRequest) |
Copyright © 2022. All rights reserved.