Uses of Class
software.amazon.awssdk.services.chime.model.ListBotsRequest
-
Packages that use ListBotsRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators software.amazon.awssdk.services.chime.transform -
-
Uses of ListBotsRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type ListBotsRequest Modifier and Type Method Description default CompletableFuture<ListBotsResponse>ChimeAsyncClient. listBots(ListBotsRequest 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.default ListBotsPublisherChimeAsyncClient. listBotsPaginator(ListBotsRequest listBotsRequest)This is a variant ofChimeAsyncClient.listBots(software.amazon.awssdk.services.chime.model.ListBotsRequest)operation.default ListBotsIterableChimeClient. listBotsPaginator(ListBotsRequest listBotsRequest)This is a variant ofChimeClient.listBots(software.amazon.awssdk.services.chime.model.ListBotsRequest)operation. -
Uses of ListBotsRequest in software.amazon.awssdk.services.chime.paginators
Constructors in software.amazon.awssdk.services.chime.paginators with parameters of type ListBotsRequest Constructor Description ListBotsIterable(ChimeClient client, ListBotsRequest firstRequest)ListBotsPublisher(ChimeAsyncClient client, ListBotsRequest firstRequest) -
Uses of ListBotsRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type ListBotsRequest Modifier and Type Method Description SdkHttpFullRequestListBotsRequestMarshaller. marshall(ListBotsRequest listBotsRequest)
-