| 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 |
|---|---|
Future<ListChannelModeratorsResult> |
AbstractAmazonChimeSDKMessagingAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler) |
Future<ListChannelModeratorsResult> |
AmazonChimeSDKMessagingAsync.listChannelModeratorsAsync(ListChannelModeratorsRequest listChannelModeratorsRequest,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler)
Lists all the moderators for a channel.
|
Future<ListChannelModeratorsResult> |
AmazonChimeSDKMessagingAsyncClient.listChannelModeratorsAsync(ListChannelModeratorsRequest request,
AsyncHandler<ListChannelModeratorsRequest,ListChannelModeratorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.clone() |
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.withChimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.withMaxResults(Integer maxResults)
The maximum number of moderators that you want returned.
|
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.withNextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
Copyright © 2024. All rights reserved.