| 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 ListChannelMessagesResponse |
ChimeSdkMessagingClient.listChannelMessages(Consumer<ListChannelMessagesRequest.Builder> listChannelMessagesRequest)
List all the messages in a channel.
|
default ListChannelMessagesResponse |
ChimeSdkMessagingClient.listChannelMessages(ListChannelMessagesRequest listChannelMessagesRequest)
List all the messages in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelMessagesResponse> |
ChimeSdkMessagingAsyncClient.listChannelMessages(Consumer<ListChannelMessagesRequest.Builder> listChannelMessagesRequest)
List all the messages in a channel.
|
default CompletableFuture<ListChannelMessagesResponse> |
ChimeSdkMessagingAsyncClient.listChannelMessages(ListChannelMessagesRequest listChannelMessagesRequest)
List all the messages in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelMessagesResponse> |
ListChannelMessagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelMessagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelMessagesResponse> subscriber) |
Copyright © 2022. All rights reserved.