Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIoTThingsGraphClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Deprecated.since: 2022-08-30default TagResourceResponseIoTThingsGraphClient. tagResource(TagResourceRequest tagResourceRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTThingsGraphAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Deprecated.since: 2022-08-30default CompletableFuture<TagResourceResponse>IoTThingsGraphAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Deprecated.since: 2022-08-30
-