Uses of Class
software.amazon.awssdk.services.chime.model.ListAppInstancesResponse
-
Packages that use ListAppInstancesResponse Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.paginators -
-
Uses of ListAppInstancesResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return ListAppInstancesResponse Modifier and Type Method Description default ListAppInstancesResponseChimeClient. listAppInstances(Consumer<ListAppInstancesRequest.Builder> listAppInstancesRequest)Deprecated.Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespacedefault ListAppInstancesResponseChimeClient. listAppInstances(ListAppInstancesRequest listAppInstancesRequest)Deprecated.Replaced by ListAppInstances in the Amazon Chime SDK Identity NamespaceMethods in software.amazon.awssdk.services.chime that return types with arguments of type ListAppInstancesResponse Modifier and Type Method Description default CompletableFuture<ListAppInstancesResponse>ChimeAsyncClient. listAppInstances(Consumer<ListAppInstancesRequest.Builder> listAppInstancesRequest)Deprecated.Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespacedefault CompletableFuture<ListAppInstancesResponse>ChimeAsyncClient. listAppInstances(ListAppInstancesRequest listAppInstancesRequest)Deprecated.Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace -
Uses of ListAppInstancesResponse in software.amazon.awssdk.services.chime.paginators
Methods in software.amazon.awssdk.services.chime.paginators that return types with arguments of type ListAppInstancesResponse Modifier and Type Method Description Iterator<ListAppInstancesResponse>ListAppInstancesIterable. iterator()Method parameters in software.amazon.awssdk.services.chime.paginators with type arguments of type ListAppInstancesResponse Modifier and Type Method Description voidListAppInstancesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppInstancesResponse> subscriber)
-