| 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 | |
| software.amazon.awssdk.services.chimesdkmessaging.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelModeratorsResponse |
ChimeSdkMessagingClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default CompletableFuture<ListChannelModeratorsResponse> |
ChimeSdkMessagingAsyncClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsIterable |
ChimeSdkMessagingClient.listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsPublisher |
ChimeSdkMessagingAsyncClient.listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Constructor and Description |
|---|
ListChannelModeratorsIterable(ChimeSdkMessagingClient client,
ListChannelModeratorsRequest firstRequest) |
ListChannelModeratorsPublisher(ChimeSdkMessagingAsyncClient client,
ListChannelModeratorsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelModeratorsRequestMarshaller.marshall(ListChannelModeratorsRequest listChannelModeratorsRequest) |
Copyright © 2023. All rights reserved.