Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListInstancesResponse
-
Packages that use ListInstancesResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators -
-
Uses of ListInstancesResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListInstancesResponse Modifier and Type Method Description default ListInstancesResponseServiceDiscoveryClient. listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)Lists summary information about the instances that you registered by using a specified service.default ListInstancesResponseServiceDiscoveryClient. listInstances(ListInstancesRequest listInstancesRequest)Lists summary information about the instances that you registered by using a specified service.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type ListInstancesResponse Modifier and Type Method Description default CompletableFuture<ListInstancesResponse>ServiceDiscoveryAsyncClient. listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)Lists summary information about the instances that you registered by using a specified service.default CompletableFuture<ListInstancesResponse>ServiceDiscoveryAsyncClient. listInstances(ListInstancesRequest listInstancesRequest)Lists summary information about the instances that you registered by using a specified service. -
Uses of ListInstancesResponse in software.amazon.awssdk.services.servicediscovery.paginators
Methods in software.amazon.awssdk.services.servicediscovery.paginators that return types with arguments of type ListInstancesResponse Modifier and Type Method Description Iterator<ListInstancesResponse>ListInstancesIterable. iterator()Method parameters in software.amazon.awssdk.services.servicediscovery.paginators with type arguments of type ListInstancesResponse Modifier and Type Method Description voidListInstancesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstancesResponse> subscriber)
-