Uses of Class
software.amazon.awssdk.services.servicediscovery.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseServiceDiscoveryClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseServiceDiscoveryClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type TagResourceResponse Modifier and Type Method 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.
-