| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
NodegroupHealth |
NodegroupHealth.clone() |
NodegroupHealth |
Nodegroup.getHealth()
The health status of the node group.
|
NodegroupHealth |
NodegroupHealth.withIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
|
NodegroupHealth |
NodegroupHealth.withIssues(Issue... issues)
Any issues that are associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nodegroup.setHealth(NodegroupHealth health)
The health status of the node group.
|
Nodegroup |
Nodegroup.withHealth(NodegroupHealth health)
The health status of the node group.
|
Copyright © 2020. All rights reserved.