| 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 GetServiceResponse |
ServiceDiscoveryClient.getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Gets the settings for a specified service.
|
default GetServiceResponse |
ServiceDiscoveryClient.getService(GetServiceRequest getServiceRequest)
Gets the settings for a specified service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetServiceResponse> |
ServiceDiscoveryAsyncClient.getService(Consumer<GetServiceRequest.Builder> getServiceRequest)
Gets the settings for a specified service.
|
default CompletableFuture<GetServiceResponse> |
ServiceDiscoveryAsyncClient.getService(GetServiceRequest getServiceRequest)
Gets the settings for a specified service.
|
Copyright © 2021. All rights reserved.