| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AddonHealth |
AddonHealth.clone() |
AddonHealth |
Addon.getHealth()
An object that represents the health of the add-on.
|
AddonHealth |
AddonHealth.withIssues(AddonIssue... issues)
An object representing the health issues for an add-on.
|
AddonHealth |
AddonHealth.withIssues(Collection<AddonIssue> issues)
An object representing the health issues for an add-on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Addon.setHealth(AddonHealth health)
An object that represents the health of the add-on.
|
Addon |
Addon.withHealth(AddonHealth health)
An object that represents the health of the add-on.
|
Copyright © 2023. All rights reserved.