Uses of Class
software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>HoneycodeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)The UntagResource API allows you to removes tags from an ARN-able resource.default UntagResourceResponseHoneycodeClient. untagResource(UntagResourceRequest untagResourceRequest)The UntagResource API allows you to removes tags from an ARN-able resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-