Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelModeratorsResponse
-
Packages that use ListChannelModeratorsResponse 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.paginators -
-
Uses of ListChannelModeratorsResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return ListChannelModeratorsResponse Modifier and Type Method Description default ListChannelModeratorsResponseChimeSdkMessagingClient. listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Lists all the moderators for a channel.default ListChannelModeratorsResponseChimeSdkMessagingClient. listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)Lists all the moderators for a channel.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type ListChannelModeratorsResponse Modifier and Type Method Description default CompletableFuture<ListChannelModeratorsResponse>ChimeSdkMessagingAsyncClient. listChannelModerators(Consumer<ListChannelModeratorsRequest.Builder> listChannelModeratorsRequest)Lists all the moderators for a channel.default CompletableFuture<ListChannelModeratorsResponse>ChimeSdkMessagingAsyncClient. listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)Lists all the moderators for a channel. -
Uses of ListChannelModeratorsResponse in software.amazon.awssdk.services.chimesdkmessaging.paginators
Methods in software.amazon.awssdk.services.chimesdkmessaging.paginators that return types with arguments of type ListChannelModeratorsResponse Modifier and Type Method Description Iterator<ListChannelModeratorsResponse>ListChannelModeratorsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.paginators with type arguments of type ListChannelModeratorsResponse Modifier and Type Method Description voidListChannelModeratorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelModeratorsResponse> subscriber)
-