Uses of Class
software.amazon.awssdk.services.eks.model.NodegroupUpdateStrategies
-
Packages that use NodegroupUpdateStrategies Package Description software.amazon.awssdk.services.eks.model -
-
Uses of NodegroupUpdateStrategies in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return NodegroupUpdateStrategies Modifier and Type Method Description static NodegroupUpdateStrategiesNodegroupUpdateStrategies. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodegroupUpdateStrategiesNodegroupUpdateConfig. updateStrategy()The configuration for the behavior to follow during a node group version update of this managed node group.static NodegroupUpdateStrategiesNodegroupUpdateStrategies. valueOf(String name)Returns the enum constant of this type with the specified name.static NodegroupUpdateStrategies[]NodegroupUpdateStrategies. 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 NodegroupUpdateStrategies Modifier and Type Method Description static Set<NodegroupUpdateStrategies>NodegroupUpdateStrategies. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type NodegroupUpdateStrategies Modifier and Type Method Description NodegroupUpdateConfig.BuilderNodegroupUpdateConfig.Builder. updateStrategy(NodegroupUpdateStrategies updateStrategy)The configuration for the behavior to follow during a node group version update of this managed node group.
-