Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.ListAppInstanceBotsResponse
-
Packages that use ListAppInstanceBotsResponse Package Description software.amazon.awssdk.services.chimesdkidentity The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications.software.amazon.awssdk.services.chimesdkidentity.paginators -
-
Uses of ListAppInstanceBotsResponse in software.amazon.awssdk.services.chimesdkidentity
Methods in software.amazon.awssdk.services.chimesdkidentity that return ListAppInstanceBotsResponse Modifier and Type Method Description default ListAppInstanceBotsResponseChimeSdkIdentityClient. listAppInstanceBots(Consumer<ListAppInstanceBotsRequest.Builder> listAppInstanceBotsRequest)Lists allAppInstanceBotscreated under a singleAppInstance.default ListAppInstanceBotsResponseChimeSdkIdentityClient. listAppInstanceBots(ListAppInstanceBotsRequest listAppInstanceBotsRequest)Lists allAppInstanceBotscreated under a singleAppInstance.Methods in software.amazon.awssdk.services.chimesdkidentity that return types with arguments of type ListAppInstanceBotsResponse Modifier and Type Method Description default CompletableFuture<ListAppInstanceBotsResponse>ChimeSdkIdentityAsyncClient. listAppInstanceBots(Consumer<ListAppInstanceBotsRequest.Builder> listAppInstanceBotsRequest)Lists allAppInstanceBotscreated under a singleAppInstance.default CompletableFuture<ListAppInstanceBotsResponse>ChimeSdkIdentityAsyncClient. listAppInstanceBots(ListAppInstanceBotsRequest listAppInstanceBotsRequest)Lists allAppInstanceBotscreated under a singleAppInstance. -
Uses of ListAppInstanceBotsResponse in software.amazon.awssdk.services.chimesdkidentity.paginators
Methods in software.amazon.awssdk.services.chimesdkidentity.paginators that return types with arguments of type ListAppInstanceBotsResponse Modifier and Type Method Description Iterator<ListAppInstanceBotsResponse>ListAppInstanceBotsIterable. iterator()Method parameters in software.amazon.awssdk.services.chimesdkidentity.paginators with type arguments of type ListAppInstanceBotsResponse Modifier and Type Method Description voidListAppInstanceBotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppInstanceBotsResponse> subscriber)
-