Uses of Class
software.amazon.awssdk.services.eks.model.SupportType
-
Packages that use SupportType Package Description software.amazon.awssdk.services.eks.model -
-
Uses of SupportType in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return SupportType Modifier and Type Method Description static SupportTypeSupportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SupportTypeUpgradePolicyRequest. supportType()If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.SupportTypeUpgradePolicyResponse. supportType()If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.static SupportTypeSupportType. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportType[]SupportType. 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 SupportType Modifier and Type Method Description static Set<SupportType>SupportType. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type SupportType Modifier and Type Method Description UpgradePolicyRequest.BuilderUpgradePolicyRequest.Builder. supportType(SupportType supportType)If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.UpgradePolicyResponse.BuilderUpgradePolicyResponse.Builder. supportType(SupportType supportType)If the cluster is set toEXTENDED, it will enter extended support at the end of standard support.
-