Uses of Class
software.amazon.awssdk.services.eks.model.UpdateTaintsPayload
-
Packages that use UpdateTaintsPayload Package Description software.amazon.awssdk.services.eks.model -
-
Uses of UpdateTaintsPayload in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return UpdateTaintsPayload Modifier and Type Method Description UpdateTaintsPayloadUpdateNodegroupConfigRequest. taints()The Kubernetes taints to be applied to the nodes in the node group after the update.Methods in software.amazon.awssdk.services.eks.model with parameters of type UpdateTaintsPayload Modifier and Type Method Description UpdateNodegroupConfigRequest.BuilderUpdateNodegroupConfigRequest.Builder. taints(UpdateTaintsPayload taints)The Kubernetes taints to be applied to the nodes in the node group after the update.
-