| 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 GetNamespaceResponse |
ServiceDiscoveryClient.getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)
Gets information about a namespace.
|
default GetNamespaceResponse |
ServiceDiscoveryClient.getNamespace(GetNamespaceRequest getNamespaceRequest)
Gets information about a namespace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetNamespaceResponse> |
ServiceDiscoveryAsyncClient.getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)
Gets information about a namespace.
|
default CompletableFuture<GetNamespaceResponse> |
ServiceDiscoveryAsyncClient.getNamespace(GetNamespaceRequest getNamespaceRequest)
Gets information about a namespace.
|
Copyright © 2021. All rights reserved.