| 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 ListChannelsResponse |
ChimeSdkMessagingClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
default ListChannelsResponse |
ChimeSdkMessagingClient.listChannels(ListChannelsRequest listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelsResponse> |
ChimeSdkMessagingAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
default CompletableFuture<ListChannelsResponse> |
ChimeSdkMessagingAsyncClient.listChannels(ListChannelsRequest listChannelsRequest)
Lists all Channels created under a single Chime App as a paginated list.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelsResponse> |
ListChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber) |
Copyright © 2023. All rights reserved.