Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.iotfleetwise
Methods in software.amazon.awssdk.services.iotfleetwise that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIoTFleetWiseClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the given tags (metadata) from the resource.default UntagResourceResponseIoTFleetWiseClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource.Methods in software.amazon.awssdk.services.iotfleetwise that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTFleetWiseAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the given tags (metadata) from the resource.default CompletableFuture<UntagResourceResponse>IoTFleetWiseAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource.
-