| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
InsightResourceDetail |
InsightResourceDetail.clone() |
InsightResourceDetail |
InsightResourceDetail.withArn(String arn)
The Amazon Resource Name (ARN) if applicable.
|
InsightResourceDetail |
InsightResourceDetail.withInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight resource.
|
InsightResourceDetail |
InsightResourceDetail.withKubernetesResourceUri(String kubernetesResourceUri)
The Kubernetes resource URI if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsightResourceDetail> |
Insight.getResources()
The details about each resource listed in the insight check result.
|
| Modifier and Type | Method and Description |
|---|---|
Insight |
Insight.withResources(InsightResourceDetail... resources)
The details about each resource listed in the insight check result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Insight.setResources(Collection<InsightResourceDetail> resources)
The details about each resource listed in the insight check result.
|
Insight |
Insight.withResources(Collection<InsightResourceDetail> resources)
The details about each resource listed in the insight check result.
|
Copyright © 2023. All rights reserved.