Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.iotfleetwise Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIoTFleetWiseClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the given resource.default TagResourceResponseIoTFleetWiseClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTFleetWiseAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the given resource.default CompletableFuture<TagResourceResponse>IoTFleetWiseAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.
-