Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelModeratorsRequest.Builder
-
Packages that use ListChannelModeratorsRequest.Builder 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 -
-
Uses of ListChannelModeratorsRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging
Method parameters in software.amazon.awssdk.services.chimesdkmessaging with type arguments of type ListChannelModeratorsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChannelModeratorsResponse>ChimeSdkMessagingAsyncClient. listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Lists all the moderators for a channel.default ListChannelModeratorsResponseChimeSdkMessagingClient. listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Lists all the moderators for a channel.default ListChannelModeratorsPublisherChimeSdkMessagingAsyncClient. listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Lists all the moderators for a channel.default ListChannelModeratorsIterableChimeSdkMessagingClient. listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Lists all the moderators for a channel. -
Uses of ListChannelModeratorsRequest.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ListChannelModeratorsRequest.Builder Modifier and Type Method Description static ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest. builder()ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest.Builder. channelArn(String channelArn)The ARN of the channel.ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest.Builder. chimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest.Builder. maxResults(Integer maxResults)The maximum number of moderators that you want returned.ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest.Builder. nextToken(String nextToken)The token passed by previous API calls until all requested moderators are returned.ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelModeratorsRequest.BuilderListChannelModeratorsRequest. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ListChannelModeratorsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelModeratorsRequest.Builder>ListChannelModeratorsRequest. serializableBuilderClass()
-