Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListInstancesRequest
-
Packages that use ListInstancesRequest Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.paginators software.amazon.awssdk.services.servicediscovery.transform -
-
Uses of ListInstancesRequest in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery with parameters of type ListInstancesRequest Modifier and Type Method Description default CompletableFuture<ListInstancesResponse>ServiceDiscoveryAsyncClient. listInstances(ListInstancesRequest 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.default ListInstancesPublisherServiceDiscoveryAsyncClient. listInstancesPaginator(ListInstancesRequest listInstancesRequest)This is a variant ofServiceDiscoveryAsyncClient.listInstances(software.amazon.awssdk.services.servicediscovery.model.ListInstancesRequest)operation.default ListInstancesIterableServiceDiscoveryClient. listInstancesPaginator(ListInstancesRequest listInstancesRequest)This is a variant ofServiceDiscoveryClient.listInstances(software.amazon.awssdk.services.servicediscovery.model.ListInstancesRequest)operation. -
Uses of ListInstancesRequest in software.amazon.awssdk.services.servicediscovery.paginators
Constructors in software.amazon.awssdk.services.servicediscovery.paginators with parameters of type ListInstancesRequest Constructor Description ListInstancesIterable(ServiceDiscoveryClient client, ListInstancesRequest firstRequest)ListInstancesPublisher(ServiceDiscoveryAsyncClient client, ListInstancesRequest firstRequest) -
Uses of ListInstancesRequest in software.amazon.awssdk.services.servicediscovery.transform
Methods in software.amazon.awssdk.services.servicediscovery.transform with parameters of type ListInstancesRequest Modifier and Type Method Description SdkHttpFullRequestListInstancesRequestMarshaller. marshall(ListInstancesRequest listInstancesRequest)
-