| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
|
| software.amazon.awssdk.services.servicediscovery.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInstancesResponse |
ServiceDiscoveryClient.listInstances(Consumer<ListInstancesRequest.Builder> listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
default ListInstancesResponse |
ServiceDiscoveryClient.listInstances(ListInstancesRequest listInstancesRequest)
Lists summary information about the instances that you registered by using a specified service.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstancesResponse> |
ListInstancesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstancesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstancesResponse> subscriber) |
Copyright © 2023. All rights reserved.