| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AddonIssue |
AddonIssue.clone() |
AddonIssue |
AddonIssue.withCode(AddonIssueCode code)
A code that describes the type of issue.
|
AddonIssue |
AddonIssue.withCode(String code)
A code that describes the type of issue.
|
AddonIssue |
AddonIssue.withMessage(String message)
A message that provides details about the issue and what might cause it.
|
AddonIssue |
AddonIssue.withResourceIds(Collection<String> resourceIds)
The resource IDs of the issue.
|
AddonIssue |
AddonIssue.withResourceIds(String... resourceIds)
The resource IDs of the issue.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddonIssue> |
AddonHealth.getIssues()
An object representing the health issues for an add-on.
|
| Modifier and Type | Method and Description |
|---|---|
AddonHealth |
AddonHealth.withIssues(AddonIssue... issues)
An object representing the health issues for an add-on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddonHealth.setIssues(Collection<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.
|
Copyright © 2023. All rights reserved.