Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.StopQueryMonitorTopContributorsResponse
-
Packages that use StopQueryMonitorTopContributorsResponse 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 StopQueryMonitorTopContributorsResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return StopQueryMonitorTopContributorsResponse Modifier and Type Method Description default StopQueryMonitorTopContributorsResponseNetworkFlowMonitorClient. stopQueryMonitorTopContributors(Consumer<StopQueryMonitorTopContributorsRequest.Builder> stopQueryMonitorTopContributorsRequest)Stop a query with the Network Flow Monitor query interface.default StopQueryMonitorTopContributorsResponseNetworkFlowMonitorClient. stopQueryMonitorTopContributors(StopQueryMonitorTopContributorsRequest stopQueryMonitorTopContributorsRequest)Stop a query with the Network Flow Monitor query interface.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type StopQueryMonitorTopContributorsResponse Modifier and Type Method Description default CompletableFuture<StopQueryMonitorTopContributorsResponse>NetworkFlowMonitorAsyncClient. stopQueryMonitorTopContributors(Consumer<StopQueryMonitorTopContributorsRequest.Builder> stopQueryMonitorTopContributorsRequest)Stop a query with the Network Flow Monitor query interface.default CompletableFuture<StopQueryMonitorTopContributorsResponse>NetworkFlowMonitorAsyncClient. stopQueryMonitorTopContributors(StopQueryMonitorTopContributorsRequest stopQueryMonitorTopContributorsRequest)Stop a query with the Network Flow Monitor query interface.
-