Uses of Class
software.amazon.awssdk.services.eks.model.InsightStatusValue
-
Packages that use InsightStatusValue Package Description software.amazon.awssdk.services.eks.model -
-
Uses of InsightStatusValue in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return InsightStatusValue Modifier and Type Method Description static InsightStatusValueInsightStatusValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsightStatusValueInsightStatus. status()The status of the resource.static InsightStatusValueInsightStatusValue. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightStatusValue[]InsightStatusValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type InsightStatusValue Modifier and Type Method Description static Set<InsightStatusValue>InsightStatusValue. knownValues()List<InsightStatusValue>InsightsFilter. statuses()The statuses to use to filter the insights.Methods in software.amazon.awssdk.services.eks.model with parameters of type InsightStatusValue Modifier and Type Method Description InsightStatus.BuilderInsightStatus.Builder. status(InsightStatusValue status)The status of the resource.InsightsFilter.BuilderInsightsFilter.Builder. statuses(InsightStatusValue... statuses)The statuses to use to filter the insights.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type InsightStatusValue Modifier and Type Method Description InsightsFilter.BuilderInsightsFilter.Builder. statuses(Collection<InsightStatusValue> statuses)The statuses to use to filter the insights.
-