| 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 TagResourceResponse |
ServiceDiscoveryClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default TagResourceResponse |
ServiceDiscoveryClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
ServiceDiscoveryAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default CompletableFuture<TagResourceResponse> |
ServiceDiscoveryAsyncClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
Copyright © 2021. All rights reserved.