Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.MonitorTopContributorsRow
-
Packages that use MonitorTopContributorsRow Package Description software.amazon.awssdk.services.networkflowmonitor.model software.amazon.awssdk.services.networkflowmonitor.paginators -
-
Uses of MonitorTopContributorsRow in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type MonitorTopContributorsRow Modifier and Type Method Description List<MonitorTopContributorsRow>GetQueryResultsMonitorTopContributorsResponse. topContributors()The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type MonitorTopContributorsRow Modifier and Type Method Description GetQueryResultsMonitorTopContributorsResponse.BuilderGetQueryResultsMonitorTopContributorsResponse.Builder. topContributors(MonitorTopContributorsRow... topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions.Method parameters in software.amazon.awssdk.services.networkflowmonitor.model with type arguments of type MonitorTopContributorsRow Modifier and Type Method Description GetQueryResultsMonitorTopContributorsResponse.BuilderGetQueryResultsMonitorTopContributorsResponse.Builder. topContributors(Collection<MonitorTopContributorsRow> topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions. -
Uses of MonitorTopContributorsRow in software.amazon.awssdk.services.networkflowmonitor.paginators
Methods in software.amazon.awssdk.services.networkflowmonitor.paginators that return types with arguments of type MonitorTopContributorsRow Modifier and Type Method Description SdkIterable<MonitorTopContributorsRow>GetQueryResultsMonitorTopContributorsIterable. topContributors()Returns an iterable to iterate through the paginatedGetQueryResultsMonitorTopContributorsResponse.topContributors()member.SdkPublisher<MonitorTopContributorsRow>GetQueryResultsMonitorTopContributorsPublisher. topContributors()Returns a publisher that can be used to get a stream of data.
-