| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.builder() |
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelModerators(ChannelModeratorSummary... channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelModerators(Collection<ChannelModeratorSummary> channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelModerators(Consumer<ChannelModeratorSummary.Builder>... channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.nextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelModeratorsResponse.Builder> |
ListChannelModeratorsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.