Uses of Class
software.amazon.awssdk.services.iot.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IotAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource.default UntagResourceResponseIotClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-