Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Referencesoftware.amazon.awssdk.services.iot1clickprojects.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>Iot1ClickProjectsAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.iot1clickprojects.transform
Methods in software.amazon.awssdk.services.iot1clickprojects.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-