Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.StartQueryMonitorTopContributorsResponse
-
Packages that use StartQueryMonitorTopContributorsResponse 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 StartQueryMonitorTopContributorsResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return StartQueryMonitorTopContributorsResponse Modifier and Type Method Description default StartQueryMonitorTopContributorsResponseNetworkFlowMonitorClient. startQueryMonitorTopContributors(Consumer<StartQueryMonitorTopContributorsRequest.Builder> startQueryMonitorTopContributorsRequest)Start a query to return the data with the Network Flow Monitor query interface.default StartQueryMonitorTopContributorsResponseNetworkFlowMonitorClient. startQueryMonitorTopContributors(StartQueryMonitorTopContributorsRequest startQueryMonitorTopContributorsRequest)Start a query to return the data with the Network Flow Monitor query interface.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type StartQueryMonitorTopContributorsResponse Modifier and Type Method Description default CompletableFuture<StartQueryMonitorTopContributorsResponse>NetworkFlowMonitorAsyncClient. startQueryMonitorTopContributors(Consumer<StartQueryMonitorTopContributorsRequest.Builder> startQueryMonitorTopContributorsRequest)Start a query to return the data with the Network Flow Monitor query interface.default CompletableFuture<StartQueryMonitorTopContributorsResponse>NetworkFlowMonitorAsyncClient. startQueryMonitorTopContributors(StartQueryMonitorTopContributorsRequest startQueryMonitorTopContributorsRequest)Start a query to return the data with the Network Flow Monitor query interface.
-