| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
InsightSummary |
InsightSummary.clone() |
InsightSummary |
InsightSummary.withCategory(Category category)
The category of the insight.
|
InsightSummary |
InsightSummary.withCategory(String category)
The category of the insight.
|
InsightSummary |
InsightSummary.withDescription(String description)
The description of the insight which includes alert criteria, remediation recommendation, and additional
resources (contains Markdown).
|
InsightSummary |
InsightSummary.withId(String id)
The ID of the insight.
|
InsightSummary |
InsightSummary.withInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight.
|
InsightSummary |
InsightSummary.withKubernetesVersion(String kubernetesVersion)
The Kubernetes minor version associated with an insight if applicable.
|
InsightSummary |
InsightSummary.withLastRefreshTime(Date lastRefreshTime)
The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.
|
InsightSummary |
InsightSummary.withLastTransitionTime(Date lastTransitionTime)
The time the status of the insight last changed.
|
InsightSummary |
InsightSummary.withName(String name)
The name of the insight.
|
| Modifier and Type | Method and Description |
|---|---|
List<InsightSummary> |
ListInsightsResult.getInsights()
The returned list of insights.
|
| Modifier and Type | Method and Description |
|---|---|
ListInsightsResult |
ListInsightsResult.withInsights(InsightSummary... insights)
The returned list of insights.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInsightsResult.setInsights(Collection<InsightSummary> insights)
The returned list of insights.
|
ListInsightsResult |
ListInsightsResult.withInsights(Collection<InsightSummary> insights)
The returned list of insights.
|
Copyright © 2023. All rights reserved.