| 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.
|
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.
|
default UntagResourceResponse |
ServiceDiscoveryClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UntagResourceResponse |
ServiceDiscoveryClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
|
Copyright © 2021. All rights reserved.