Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Reference -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIot1ClickProjectsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags (metadata key/value pairs) from a resource.default UntagResourceResponseIot1ClickProjectsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags (metadata key/value pairs) from a resource.Methods in software.amazon.awssdk.services.iot1clickprojects that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>Iot1ClickProjectsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags (metadata key/value pairs) from a resource.default CompletableFuture<UntagResourceResponse>Iot1ClickProjectsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags (metadata key/value pairs) from a resource.
-