Uses of Class
software.amazon.awssdk.services.connect.model.ListBotsResponse
-
Packages that use ListBotsResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListBotsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListBotsResponse Modifier and Type Method Description default ListBotsResponseConnectClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)This API is in preview release for Amazon Connect and is subject to change.default ListBotsResponseConnectClient. listBots(ListBotsRequest listBotsRequest)This API is in preview release for Amazon Connect and is subject to change.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListBotsResponse Modifier and Type Method Description default CompletableFuture<ListBotsResponse>ConnectAsyncClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)This API is in preview release for Amazon Connect and is subject to change.default CompletableFuture<ListBotsResponse>ConnectAsyncClient. listBots(ListBotsRequest listBotsRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of ListBotsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.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.connect.paginators with type arguments of type ListBotsResponse Modifier and Type Method Description voidListBotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBotsResponse> subscriber)
-