Uses of Class
software.amazon.awssdk.services.eks.model.InsightSummary
-
Packages that use InsightSummary Package Description software.amazon.awssdk.services.eks.model software.amazon.awssdk.services.eks.paginators -
-
Uses of InsightSummary in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type InsightSummary Modifier and Type Method Description List<InsightSummary>ListInsightsResponse. insights()The returned list of insights.Methods in software.amazon.awssdk.services.eks.model with parameters of type InsightSummary Modifier and Type Method Description ListInsightsResponse.BuilderListInsightsResponse.Builder. insights(InsightSummary... insights)The returned list of insights.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type InsightSummary Modifier and Type Method Description ListInsightsResponse.BuilderListInsightsResponse.Builder. insights(Collection<InsightSummary> insights)The returned list of insights. -
Uses of InsightSummary in software.amazon.awssdk.services.eks.paginators
Methods in software.amazon.awssdk.services.eks.paginators that return types with arguments of type InsightSummary Modifier and Type Method Description SdkIterable<InsightSummary>ListInsightsIterable. insights()Returns an iterable to iterate through the paginatedListInsightsResponse.insights()member.SdkPublisher<InsightSummary>ListInsightsPublisher. insights()Returns a publisher that can be used to get a stream of data.
-