| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging |
The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom
messaging applications.
|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelModeratorsResponse |
ChimeSdkMessagingClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default CompletableFuture<ListChannelModeratorsResponse> |
ChimeSdkMessagingAsyncClient.listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsIterable |
ChimeSdkMessagingClient.listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)
Lists all the moderators for a channel.
|
default ListChannelModeratorsPublisher |
ChimeSdkMessagingAsyncClient.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 © 2023. All rights reserved.