| 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 ListChannelFlowsResponse |
ChimeSdkMessagingClient.listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
default ListChannelFlowsResponse |
ChimeSdkMessagingClient.listChannelFlows(ListChannelFlowsRequest listChannelFlowsRequest)
Returns a paginated lists of all the channel flows created under a single Chime.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelFlowsResponse> |
ChimeSdkMessagingAsyncClient.listChannelFlows(Consumer<ListChannelFlowsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelFlowsResponse> |
ListChannelFlowsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelFlowsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelFlowsResponse> subscriber) |
Copyright © 2021. All rights reserved.