Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIoTTwinMakerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a resource.default TagResourceResponseIoTTwinMakerClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a resource.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTTwinMakerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a resource.default CompletableFuture<TagResourceResponse>IoTTwinMakerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a resource.
-