Uses of Class
software.amazon.awssdk.services.internetmonitor.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.internetmonitor Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and availability between your applications hosted on Amazon Web Services and your end users. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseInternetMonitorClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to a resource.default TagResourceResponseInternetMonitorClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to a resource.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>InternetMonitorAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to a resource.default CompletableFuture<TagResourceResponse>InternetMonitorAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to a resource.
-