| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterIssue |
ClusterIssue.clone() |
ClusterIssue |
ClusterIssue.withCode(ClusterIssueCode code)
The error code of the issue.
|
ClusterIssue |
ClusterIssue.withCode(String code)
The error code of the issue.
|
ClusterIssue |
ClusterIssue.withMessage(String message)
A description of the issue.
|
ClusterIssue |
ClusterIssue.withResourceIds(Collection<String> resourceIds)
The resource IDs that the issue relates to.
|
ClusterIssue |
ClusterIssue.withResourceIds(String... resourceIds)
The resource IDs that the issue relates to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterIssue> |
ClusterHealth.getIssues()
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterHealth |
ClusterHealth.withIssues(ClusterIssue... issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterHealth.setIssues(Collection<ClusterIssue> issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
ClusterHealth |
ClusterHealth.withIssues(Collection<ClusterIssue> issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Copyright © 2023. All rights reserved.