Uses of Class
software.amazon.awssdk.services.eks.model.NodegroupScalingConfig
-
Packages that use NodegroupScalingConfig Package Description software.amazon.awssdk.services.eks.model -
-
Uses of NodegroupScalingConfig in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return NodegroupScalingConfig Modifier and Type Method Description NodegroupScalingConfigCreateNodegroupRequest. scalingConfig()The scaling configuration details for the Auto Scaling group that is created for your node group.NodegroupScalingConfigNodegroup. scalingConfig()The scaling configuration details for the Auto Scaling group that is associated with your node group.NodegroupScalingConfigUpdateNodegroupConfigRequest. scalingConfig()The scaling configuration details for the Auto Scaling group after the update.Methods in software.amazon.awssdk.services.eks.model with parameters of type NodegroupScalingConfig Modifier and Type Method Description CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. scalingConfig(NodegroupScalingConfig scalingConfig)The scaling configuration details for the Auto Scaling group that is created for your node group.Nodegroup.BuilderNodegroup.Builder. scalingConfig(NodegroupScalingConfig scalingConfig)The scaling configuration details for the Auto Scaling group that is associated with your node group.UpdateNodegroupConfigRequest.BuilderUpdateNodegroupConfigRequest.Builder. scalingConfig(NodegroupScalingConfig scalingConfig)The scaling configuration details for the Auto Scaling group after the update.
-