Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.GetQueryStatusMonitorTopContributorsResponse
-
Packages that use GetQueryStatusMonitorTopContributorsResponse 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 GetQueryStatusMonitorTopContributorsResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return GetQueryStatusMonitorTopContributorsResponse Modifier and Type Method Description default GetQueryStatusMonitorTopContributorsResponseNetworkFlowMonitorClient. getQueryStatusMonitorTopContributors(Consumer<GetQueryStatusMonitorTopContributorsRequest.Builder> getQueryStatusMonitorTopContributorsRequest)Returns the current status of a query for the Network Flow Monitor query interface, for a specified query ID and monitor.default GetQueryStatusMonitorTopContributorsResponseNetworkFlowMonitorClient. getQueryStatusMonitorTopContributors(GetQueryStatusMonitorTopContributorsRequest getQueryStatusMonitorTopContributorsRequest)Returns the current status of a query for the Network Flow Monitor query interface, for a specified query ID and monitor.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type GetQueryStatusMonitorTopContributorsResponse Modifier and Type Method Description default CompletableFuture<GetQueryStatusMonitorTopContributorsResponse>NetworkFlowMonitorAsyncClient. getQueryStatusMonitorTopContributors(Consumer<GetQueryStatusMonitorTopContributorsRequest.Builder> getQueryStatusMonitorTopContributorsRequest)Returns the current status of a query for the Network Flow Monitor query interface, for a specified query ID and monitor.default CompletableFuture<GetQueryStatusMonitorTopContributorsResponse>NetworkFlowMonitorAsyncClient. getQueryStatusMonitorTopContributors(GetQueryStatusMonitorTopContributorsRequest getQueryStatusMonitorTopContributorsRequest)Returns the current status of a query for the Network Flow Monitor query interface, for a specified query ID and monitor.
-