Uses of Class
software.amazon.awssdk.services.chime.model.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListChannelsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseChimeClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Deprecated.Replaced by ListChannels in the Amazon Chime SDK Messaging Namespacedefault ListChannelsResponseChimeClient. listChannels(ListChannelsRequest listChannelsRequest)Deprecated.Replaced by ListChannels in the Amazon Chime SDK Messaging NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type ListChannelsResponse Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>ChimeAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Deprecated.Replaced by ListChannels in the Amazon Chime SDK Messaging Namespacedefault CompletableFuture<ListChannelsResponse>ChimeAsyncClient. listChannels(ListChannelsRequest listChannelsRequest)Deprecated.Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace -
Uses of ListChannelsResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.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.chime.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-