Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.networkflowmonitor Network Flow Monitor is a feature of Amazon CloudWatch Network Monitoring that provides visibility into the performance of network flows for your Amazon Web Services workloads, between instances in subnets, as well as to and from Amazon Web Services. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseNetworkFlowMonitorClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to a resource.default TagResourceResponseNetworkFlowMonitorClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to a resource.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>NetworkFlowMonitorAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds a tag to a resource.default CompletableFuture<TagResourceResponse>NetworkFlowMonitorAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds a tag to a resource.
-