Uses of Class
software.amazon.awssdk.services.chime.model.ListChannelBansResponse
-
Packages that use ListChannelBansResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListChannelBansResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListChannelBansResponse Modifier and Type Method Description default ListChannelBansResponseChimeClient. listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)Deprecated.Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespacedefault ListChannelBansResponseChimeClient. listChannelBans(ListChannelBansRequest listChannelBansRequest)Deprecated.Replaced by ListChannelBans in the Amazon Chime SDK Messaging NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type ListChannelBansResponse Modifier and Type Method Description default CompletableFuture<ListChannelBansResponse>ChimeAsyncClient. listChannelBans(Consumer<ListChannelBansRequest.Builder> listChannelBansRequest)Deprecated.Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespacedefault CompletableFuture<ListChannelBansResponse>ChimeAsyncClient. listChannelBans(ListChannelBansRequest listChannelBansRequest)Deprecated.Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace -
Uses of ListChannelBansResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListChannelBansResponse Modifier and Type Method Description Iterator<ListChannelBansResponse>ListChannelBansIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListChannelBansResponse Modifier and Type Method Description voidListChannelBansPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelBansResponse> subscriber)
-