| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelModeratorsResponse |
ChimeClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default CompletableFuture<ListChannelModeratorsResponse> |
ChimeAsyncClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsIterable |
ChimeClient.listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsPublisher |
ChimeAsyncClient.listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
static ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.builder() |
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.Builder.channelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.Builder.chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.Builder.maxResults(Integer maxResults)
The maximum number of moderators that you want returned.
|
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.Builder.nextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelModeratorsRequest.Builder |
ListChannelModeratorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelModeratorsRequest.Builder> |
ListChannelModeratorsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.