| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
InsightStatus |
InsightStatus.clone() |
InsightStatus |
Insight.getInsightStatus()
An object containing more detail on the status of the insight resource.
|
InsightStatus |
InsightSummary.getInsightStatus()
An object containing more detail on the status of the insight.
|
InsightStatus |
InsightResourceDetail.getInsightStatus()
An object containing more detail on the status of the insight resource.
|
InsightStatus |
InsightStatus.withReason(String reason)
Explanation on the reasoning for the status of the resource.
|
InsightStatus |
InsightStatus.withStatus(InsightStatusValue status)
The status of the resource.
|
InsightStatus |
InsightStatus.withStatus(String status)
The status of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Insight.setInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight resource.
|
void |
InsightSummary.setInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight.
|
void |
InsightResourceDetail.setInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight resource.
|
Insight |
Insight.withInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight resource.
|
InsightSummary |
InsightSummary.withInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight.
|
InsightResourceDetail |
InsightResourceDetail.withInsightStatus(InsightStatus insightStatus)
An object containing more detail on the status of the insight resource.
|
Copyright © 2024. All rights reserved.