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