| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| software.amazon.awssdk.services.chime.paginators | |
| software.amazon.awssdk.services.chime.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelModeratorsResponse |
ChimeClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default CompletableFuture<ListChannelModeratorsResponse> |
ChimeAsyncClient.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsIterable |
ChimeClient.listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsPublisher |
ChimeAsyncClient.listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Constructor and Description |
|---|
ListChannelModeratorsIterable(ChimeClient client,
ListChannelModeratorsRequest firstRequest) |
ListChannelModeratorsPublisher(ChimeAsyncClient client,
ListChannelModeratorsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelModeratorsRequestMarshaller.marshall(ListChannelModeratorsRequest listChannelModeratorsRequest) |
Copyright © 2022. All rights reserved.