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