| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Issue |
Issue.clone() |
Issue |
Issue.withCode(NodegroupIssueCode code)
A brief description of the error.
|
Issue |
Issue.withCode(String code)
A brief description of the error.
|
Issue |
Issue.withMessage(String message)
The error message associated with the issue.
|
Issue |
Issue.withResourceIds(Collection<String> resourceIds)
The AWS resources that are afflicted by this issue.
|
Issue |
Issue.withResourceIds(String... resourceIds)
The AWS resources that are afflicted by this issue.
|
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
NodegroupHealth.getIssues()
Any issues that are associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
NodegroupHealth |
NodegroupHealth.withIssues(Issue... issues)
Any issues that are associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodegroupHealth.setIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
|
NodegroupHealth |
NodegroupHealth.withIssues(Collection<Issue> issues)
Any issues that are associated with the node group.
|
Copyright © 2021. All rights reserved.