Uses of Class
software.amazon.awssdk.services.eks.model.VersionStatus
-
Packages that use VersionStatus Package Description software.amazon.awssdk.services.eks.model -
-
Uses of VersionStatus in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return VersionStatus Modifier and Type Method Description static VersionStatusVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionStatusVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionStatus[]VersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.VersionStatusClusterVersionInformation. versionStatus()Current status of this cluster version.VersionStatusDescribeClusterVersionsRequest. versionStatus()Filter versions by their current status.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type VersionStatus Modifier and Type Method Description static Set<VersionStatus>VersionStatus. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type VersionStatus Modifier and Type Method Description ClusterVersionInformation.BuilderClusterVersionInformation.Builder. versionStatus(VersionStatus versionStatus)Current status of this cluster version.DescribeClusterVersionsRequest.BuilderDescribeClusterVersionsRequest.Builder. versionStatus(VersionStatus versionStatus)Filter versions by their current status.
-