Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.ListChannelsResponse
-
Packages that use ListChannelsResponse 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 ListChannelsResponse in software.amazon.awssdk.services.chimesdkmessaging
Methods in software.amazon.awssdk.services.chimesdkmessaging that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseChimeSdkMessagingClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Lists all Channels created under a single Chime App as a paginated list.default ListChannelsResponseChimeSdkMessagingClient. listChannels(ListChannelsRequest listChannelsRequest)Lists all Channels created under a single Chime App as a paginated list.Methods in software.amazon.awssdk.services.chimesdkmessaging that return types with arguments of type ListChannelsResponse Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>ChimeSdkMessagingAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Lists all Channels created under a single Chime App as a paginated list.default CompletableFuture<ListChannelsResponse>ChimeSdkMessagingAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Lists all Channels created under a single Chime App as a paginated list. -
Uses of ListChannelsResponse in software.amazon.awssdk.services.chimesdkmessaging.paginators
Methods in software.amazon.awssdk.services.chimesdkmessaging.paginators that return types with arguments of type ListChannelsResponse Modifier and Type Method Description Iterator<ListChannelsResponse>ListChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-