Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIot1ClickDevicesClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Using tag keys, deletes the tags (key/value pairs) associated with the specified resource ARN.default UntagResourceResponseIot1ClickDevicesClient. untagResource(UntagResourceRequest untagResourceRequest)Using tag keys, deletes the tags (key/value pairs) associated with the specified resource ARN.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>Iot1ClickDevicesAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Using tag keys, deletes the tags (key/value pairs) associated with the specified resource ARN.default CompletableFuture<UntagResourceResponse>Iot1ClickDevicesAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Using tag keys, deletes the tags (key/value pairs) associated with the specified resource ARN.
-