Uses of Class
software.amazon.awssdk.services.chime.model.ListBotsResponse
-
Packages that use ListBotsResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListBotsResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListBotsResponse Modifier and Type Method Description default ListBotsResponseChimeClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.default ListBotsResponseChimeClient. listBots(ListBotsRequest listBotsRequest)Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.Methods in software.amazon.awssdk.services.chime that return types with arguments of type ListBotsResponse Modifier and Type Method Description default CompletableFuture<ListBotsResponse>ChimeAsyncClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.default CompletableFuture<ListBotsResponse>ChimeAsyncClient. listBots(ListBotsRequest listBotsRequest)Lists the bots associated with the administrator's Amazon Chime Enterprise account ID. -
Uses of ListBotsResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListBotsResponse Modifier and Type Method Description Iterator<ListBotsResponse>ListBotsIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListBotsResponse Modifier and Type Method Description voidListBotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotsResponse> subscriber)
-