Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.WorkloadInsightsTopContributorsRow
-
Packages that use WorkloadInsightsTopContributorsRow Package Description software.amazon.awssdk.services.networkflowmonitor.model software.amazon.awssdk.services.networkflowmonitor.paginators -
-
Uses of WorkloadInsightsTopContributorsRow in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type WorkloadInsightsTopContributorsRow Modifier and Type Method Description List<WorkloadInsightsTopContributorsRow>GetQueryResultsWorkloadInsightsTopContributorsResponse. 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 WorkloadInsightsTopContributorsRow Modifier and Type Method Description GetQueryResultsWorkloadInsightsTopContributorsResponse.BuilderGetQueryResultsWorkloadInsightsTopContributorsResponse.Builder. topContributors(WorkloadInsightsTopContributorsRow... 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 WorkloadInsightsTopContributorsRow Modifier and Type Method Description GetQueryResultsWorkloadInsightsTopContributorsResponse.BuilderGetQueryResultsWorkloadInsightsTopContributorsResponse.Builder. topContributors(Collection<WorkloadInsightsTopContributorsRow> topContributors)The top contributor network flows overall for a specific metric type, for example, the number of retransmissions. -
Uses of WorkloadInsightsTopContributorsRow in software.amazon.awssdk.services.networkflowmonitor.paginators
Methods in software.amazon.awssdk.services.networkflowmonitor.paginators that return types with arguments of type WorkloadInsightsTopContributorsRow Modifier and Type Method Description SdkIterable<WorkloadInsightsTopContributorsRow>GetQueryResultsWorkloadInsightsTopContributorsIterable. topContributors()Returns an iterable to iterate through the paginatedGetQueryResultsWorkloadInsightsTopContributorsResponse.topContributors()member.SdkPublisher<WorkloadInsightsTopContributorsRow>GetQueryResultsWorkloadInsightsTopContributorsPublisher. topContributors()Returns a publisher that can be used to get a stream of data.
-