Uses of Interface
software.amazon.awssdk.services.chime.model.ListChannelModeratorsRequest.Builder
-
Packages that use ListChannelModeratorsRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of ListChannelModeratorsRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type ListChannelModeratorsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChannelModeratorsResponse>ChimeAsyncClient. listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Deprecated.Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespacedefault ListChannelModeratorsResponseChimeClient. listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Deprecated.Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespacedefault ListChannelModeratorsPublisherChimeAsyncClient. listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Deprecated.Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespacedefault ListChannelModeratorsIterableChimeClient. listChannelModeratorsPaginator(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Deprecated.Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace -
Uses of ListChannelModeratorsRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.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)TheAppInstanceUserArnof the user that 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.chime.model that return types with arguments of type ListChannelModeratorsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelModeratorsRequest.Builder>ListChannelModeratorsRequest. serializableBuilderClass()
-