Uses of Class
software.amazon.awssdk.services.servicediscovery.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.servicediscovery Cloud Map software.amazon.awssdk.services.servicediscovery.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ServiceDiscoveryAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseServiceDiscoveryClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.servicediscovery.transform
Methods in software.amazon.awssdk.services.servicediscovery.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-