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