| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealth |
ClusterHealth.clone() |
ClusterHealth |
Cluster.getHealth()
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
ClusterHealth |
ClusterHealth.withIssues(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setHealth(ClusterHealth health)
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Cluster |
Cluster.withHealth(ClusterHealth health)
An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
Copyright © 2022. All rights reserved.