| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery |
With AWS Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications
run in.
|
| 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 © 2021. All rights reserved.