| 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 ListTagsForResourceResponse |
ServiceDiscoveryClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists tags for the specified resource.
|
default ListTagsForResourceResponse |
ServiceDiscoveryClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTagsForResourceResponse> |
ServiceDiscoveryAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists tags for the specified resource.
|
default CompletableFuture<ListTagsForResourceResponse> |
ServiceDiscoveryAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags for the specified resource.
|
Copyright © 2021. All rights reserved.