Uses of Class
software.amazon.awssdk.services.controltower.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseControlTowerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies tags to a resource.default TagResourceResponseControlTowerClient. tagResource(TagResourceRequest tagResourceRequest)Applies tags to a resource.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ControlTowerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies tags to a resource.default CompletableFuture<TagResourceResponse>ControlTowerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies tags to a resource.
-