| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsResult |
AbstractAmazonChime.listChannelModerators(ListChannelModeratorsRequest request) |
ListChannelModeratorsResult |
AmazonChimeClient.listChannelModerators(ListChannelModeratorsRequest request)
Lists all the moderators for a channel.
|
ListChannelModeratorsResult |
AmazonChime.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelModeratorsResult> |
AmazonChimeAsyncClient.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler) |
Future<ListChannelModeratorsResult> |
AbstractAmazonChimeAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler) |
Future<ListChannelModeratorsResult> |
AmazonChimeAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest listChannelModeratorsRequest,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler)
Lists all the moderators for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsResult |
ListChannelModeratorsResult.clone() |
ListChannelModeratorsResult |
ListChannelModeratorsResult.withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsResult |
ListChannelModeratorsResult.withChannelModerators(ChannelModeratorSummary... channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResult |
ListChannelModeratorsResult.withChannelModerators(Collection<ChannelModeratorSummary> channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResult |
ListChannelModeratorsResult.withNextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
Copyright © 2023. All rights reserved.