Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.paginators.ListChannelBansIterable
-
Packages that use ListChannelBansIterable 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. -
-
Uses of ListChannelBansIterable in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return ListChannelBansIterable Modifier and Type Method Description default ListChannelBansIterableChimeSdkMessagingClient. listChannelBansPaginator(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)Lists all the users and bots banned from a particular channel.default ListChannelBansIterableChimeSdkMessagingClient. listChannelBansPaginator(ListChannelBansRequest listChannelBansRequest)Lists all the users and bots banned from a particular channel.
-