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