Uses of Class
software.amazon.awssdk.services.controltower.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.controltower These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your organizational units, programmatically. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseControlTowerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseControlTowerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ControlTowerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>ControlTowerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-