Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.GetQueryStatusWorkloadInsightsTopContributorsResponse
-
Packages that use GetQueryStatusWorkloadInsightsTopContributorsResponse 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 GetQueryStatusWorkloadInsightsTopContributorsResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return GetQueryStatusWorkloadInsightsTopContributorsResponse Modifier and Type Method Description default GetQueryStatusWorkloadInsightsTopContributorsResponseNetworkFlowMonitorClient. getQueryStatusWorkloadInsightsTopContributors(Consumer<GetQueryStatusWorkloadInsightsTopContributorsRequest.Builder> getQueryStatusWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface.default GetQueryStatusWorkloadInsightsTopContributorsResponseNetworkFlowMonitorClient. getQueryStatusWorkloadInsightsTopContributors(GetQueryStatusWorkloadInsightsTopContributorsRequest getQueryStatusWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface.Methods in software.amazon.awssdk.services.networkflowmonitor that return types with arguments of type GetQueryStatusWorkloadInsightsTopContributorsResponse Modifier and Type Method Description default CompletableFuture<GetQueryStatusWorkloadInsightsTopContributorsResponse>NetworkFlowMonitorAsyncClient. getQueryStatusWorkloadInsightsTopContributors(Consumer<GetQueryStatusWorkloadInsightsTopContributorsRequest.Builder> getQueryStatusWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface.default CompletableFuture<GetQueryStatusWorkloadInsightsTopContributorsResponse>NetworkFlowMonitorAsyncClient. getQueryStatusWorkloadInsightsTopContributors(GetQueryStatusWorkloadInsightsTopContributorsRequest getQueryStatusWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface.
-