| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetInstanceResponse |
ServiceDiscoveryClient.getInstance(Consumer<GetInstanceRequest.Builder> getInstanceRequest)
Gets information about a specified instance.
|
default GetInstanceResponse |
ServiceDiscoveryClient.getInstance(GetInstanceRequest getInstanceRequest)
Gets information about a specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetInstanceResponse> |
ServiceDiscoveryAsyncClient.getInstance(Consumer<GetInstanceRequest.Builder> getInstanceRequest)
Gets information about a specified instance.
|
default CompletableFuture<GetInstanceResponse> |
ServiceDiscoveryAsyncClient.getInstance(GetInstanceRequest getInstanceRequest)
Gets information about a specified instance.
|
Copyright © 2021. All rights reserved.