| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsResult |
AbstractAmazonChime.listChannelModerators(ListChannelModeratorsRequest request)
Deprecated.
|
ListChannelModeratorsResult |
AmazonChimeClient.listChannelModerators(ListChannelModeratorsRequest request)
Deprecated.
|
ListChannelModeratorsResult |
AmazonChime.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelModeratorsResult> |
AbstractAmazonChimeAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler)
Deprecated.
|
Future<ListChannelModeratorsResult> |
AmazonChimeAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest listChannelModeratorsRequest,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler)
Deprecated.
|
Future<ListChannelModeratorsResult> |
AmazonChimeAsyncClient.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler)
Deprecated.
|
| 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 © 2024. All rights reserved.