| 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 ListChannelModeratorsResponse |
ChimeSdkMessagingClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsResponse |
ChimeSdkMessagingClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelModeratorsResponse> |
ChimeSdkMessagingAsyncClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default CompletableFuture<ListChannelModeratorsResponse> |
ChimeSdkMessagingAsyncClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelModeratorsResponse> |
ListChannelModeratorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelModeratorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelModeratorsResponse> subscriber) |
Copyright © 2023. All rights reserved.