Uses of Class
software.amazon.awssdk.services.eks.model.InsightResourceDetail
-
Packages that use InsightResourceDetail Package Description software.amazon.awssdk.services.eks.model -
-
Uses of InsightResourceDetail in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type InsightResourceDetail Modifier and Type Method Description List<InsightResourceDetail>Insight. resources()The details about each resource listed in the insight check result.Methods in software.amazon.awssdk.services.eks.model with parameters of type InsightResourceDetail Modifier and Type Method Description Insight.BuilderInsight.Builder. resources(InsightResourceDetail... resources)The details about each resource listed in the insight check result.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type InsightResourceDetail Modifier and Type Method Description Insight.BuilderInsight.Builder. resources(Collection<InsightResourceDetail> resources)The details about each resource listed in the insight check result.
-