Uses of Class
software.amazon.awssdk.services.eks.model.ClusterVersionStatus
-
Packages that use ClusterVersionStatus Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ClusterVersionStatus in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ClusterVersionStatus Modifier and Type Method Description static ClusterVersionStatusClusterVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClusterVersionStatusClusterVersionInformation. status()ClusterVersionStatusDescribeClusterVersionsRequest. status()Deprecated.status has been replaced by versionStatusstatic ClusterVersionStatusClusterVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterVersionStatus[]ClusterVersionStatus. 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 ClusterVersionStatus Modifier and Type Method Description static Set<ClusterVersionStatus>ClusterVersionStatus. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type ClusterVersionStatus Modifier and Type Method Description ClusterVersionInformation.BuilderClusterVersionInformation.Builder. status(ClusterVersionStatus status)DescribeClusterVersionsRequest.BuilderDescribeClusterVersionsRequest.Builder. status(ClusterVersionStatus status)Deprecated.status has been replaced by versionStatus
-