Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelModeratorsRequest
-
Packages that use ListChannelModeratorsRequest 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 software.amazon.awssdk.services.chimesdkmessaging.transform -
-
Uses of ListChannelModeratorsRequest in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging with parameters of type ListChannelModeratorsRequest Modifier and Type Method Description default CompletableFuture<ListChannelModeratorsResponse>ChimeSdkMessagingAsyncClient. listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)Lists all the moderators for a channel.default ListChannelModeratorsResponseChimeSdkMessagingClient. listChannelModerators(ListChannelModeratorsRequest listChannelModeratorsRequest)Lists all the moderators for a channel.default ListChannelModeratorsPublisherChimeSdkMessagingAsyncClient. listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest)default ListChannelModeratorsIterableChimeSdkMessagingClient. listChannelModeratorsPaginator(ListChannelModeratorsRequest listChannelModeratorsRequest) -
Uses of ListChannelModeratorsRequest in software.amazon.awssdk.services.chimesdkmessaging.paginators
Constructors in software.amazon.awssdk.services.chimesdkmessaging.paginators with parameters of type ListChannelModeratorsRequest Constructor Description ListChannelModeratorsIterable(ChimeSdkMessagingClient client, ListChannelModeratorsRequest firstRequest)ListChannelModeratorsPublisher(ChimeSdkMessagingAsyncClient client, ListChannelModeratorsRequest firstRequest) -
Uses of ListChannelModeratorsRequest in software.amazon.awssdk.services.chimesdkmessaging.transform
Methods in software.amazon.awssdk.services.chimesdkmessaging.transform with parameters of type ListChannelModeratorsRequest Modifier and Type Method Description SdkHttpFullRequestListChannelModeratorsRequestMarshaller. marshall(ListChannelModeratorsRequest listChannelModeratorsRequest)
-