| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsAssociatedWithChannelFlowResponse |
ChimeSdkMessagingClient.listChannelsAssociatedWithChannelFlow(Consumer<ListChannelsAssociatedWithChannelFlowRequest.Builder> listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
default ListChannelsAssociatedWithChannelFlowResponse |
ChimeSdkMessagingClient.listChannelsAssociatedWithChannelFlow(ListChannelsAssociatedWithChannelFlowRequest listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelsAssociatedWithChannelFlowResponse> |
ChimeSdkMessagingAsyncClient.listChannelsAssociatedWithChannelFlow(Consumer<ListChannelsAssociatedWithChannelFlowRequest.Builder> listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
default CompletableFuture<ListChannelsAssociatedWithChannelFlowResponse> |
ChimeSdkMessagingAsyncClient.listChannelsAssociatedWithChannelFlow(ListChannelsAssociatedWithChannelFlowRequest listChannelsAssociatedWithChannelFlowRequest)
Lists all channels associated with a specified channel flow.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelsAssociatedWithChannelFlowResponse> |
ListChannelsAssociatedWithChannelFlowIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsAssociatedWithChannelFlowPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelsAssociatedWithChannelFlowResponse> subscriber) |
Copyright © 2023. All rights reserved.