Uses of Class
software.amazon.awssdk.services.eks.model.AddonIssueCode
-
Packages that use AddonIssueCode Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AddonIssueCode in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return AddonIssueCode Modifier and Type Method Description AddonIssueCodeAddonIssue. code()A code that describes the type of issue.static AddonIssueCodeAddonIssueCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AddonIssueCodeAddonIssueCode. valueOf(String name)Returns the enum constant of this type with the specified name.static AddonIssueCode[]AddonIssueCode. 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 AddonIssueCode Modifier and Type Method Description static Set<AddonIssueCode>AddonIssueCode. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type AddonIssueCode Modifier and Type Method Description AddonIssue.BuilderAddonIssue.Builder. code(AddonIssueCode code)A code that describes the type of issue.
-