| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| 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 |
|---|---|
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.clone() |
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.withChannelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsRequest |
ListChannelModeratorsRequest.withChimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user 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 © 2023. All rights reserved.