| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging |
The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsResult |
AbstractAmazonChimeSDKMessaging.listChannelModerators(ListChannelModeratorsRequest request) |
ListChannelModeratorsResult |
AmazonChimeSDKMessagingClient.listChannelModerators(ListChannelModeratorsRequest request)
Lists all the moderators for a channel.
|
ListChannelModeratorsResult |
AmazonChimeSDKMessaging.listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelModeratorsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler) |
Future<ListChannelModeratorsResult> |
AmazonChimeSDKMessagingAsyncClient.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler) |
Future<ListChannelModeratorsResult> |
AmazonChimeSDKMessagingAsync.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 © 2024. All rights reserved.