Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.GetQueryResultsWorkloadInsightsTopContributorsResponse
-
Packages that use GetQueryResultsWorkloadInsightsTopContributorsResponse 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.software.amazon.awssdk.services.networkflowmonitor.paginators -
-
Uses of GetQueryResultsWorkloadInsightsTopContributorsResponse in software.amazon.awssdk.services.networkflowmonitor
Methods in software.amazon.awssdk.services.networkflowmonitor that return GetQueryResultsWorkloadInsightsTopContributorsResponse Modifier and Type Method Description default GetQueryResultsWorkloadInsightsTopContributorsResponseNetworkFlowMonitorClient. getQueryResultsWorkloadInsightsTopContributors(Consumer<GetQueryResultsWorkloadInsightsTopContributorsRequest.Builder> getQueryResultsWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface.default GetQueryResultsWorkloadInsightsTopContributorsResponseNetworkFlowMonitorClient. getQueryResultsWorkloadInsightsTopContributors(GetQueryResultsWorkloadInsightsTopContributorsRequest getQueryResultsWorkloadInsightsTopContributorsRequest)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 GetQueryResultsWorkloadInsightsTopContributorsResponse Modifier and Type Method Description default CompletableFuture<GetQueryResultsWorkloadInsightsTopContributorsResponse>NetworkFlowMonitorAsyncClient. getQueryResultsWorkloadInsightsTopContributors(Consumer<GetQueryResultsWorkloadInsightsTopContributorsRequest.Builder> getQueryResultsWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface.default CompletableFuture<GetQueryResultsWorkloadInsightsTopContributorsResponse>NetworkFlowMonitorAsyncClient. getQueryResultsWorkloadInsightsTopContributors(GetQueryResultsWorkloadInsightsTopContributorsRequest getQueryResultsWorkloadInsightsTopContributorsRequest)Return the data for a query with the Network Flow Monitor query interface. -
Uses of GetQueryResultsWorkloadInsightsTopContributorsResponse in software.amazon.awssdk.services.networkflowmonitor.paginators
Methods in software.amazon.awssdk.services.networkflowmonitor.paginators that return types with arguments of type GetQueryResultsWorkloadInsightsTopContributorsResponse Modifier and Type Method Description Iterator<GetQueryResultsWorkloadInsightsTopContributorsResponse>GetQueryResultsWorkloadInsightsTopContributorsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkflowmonitor.paginators with type arguments of type GetQueryResultsWorkloadInsightsTopContributorsResponse Modifier and Type Method Description voidGetQueryResultsWorkloadInsightsTopContributorsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetQueryResultsWorkloadInsightsTopContributorsResponse> subscriber)
-