Uses of Class
software.amazon.awssdk.services.controltower.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources: -
-
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.
-