| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
InsightResults |
InsightResults.clone() |
InsightResults |
GetInsightResultsResult.getInsightResults()
The insight results returned by the operation.
|
InsightResults |
InsightResults.withGroupByAttribute(String groupByAttribute)
The attribute that the findings are grouped by for the insight whose results are returned by the
GetInsightResults operation. |
InsightResults |
InsightResults.withInsightArn(String insightArn)
The ARN of the insight whose results are returned by the
GetInsightResults operation. |
InsightResults |
InsightResults.withResultValues(Collection<InsightResultValue> resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
InsightResults |
InsightResults.withResultValues(InsightResultValue... resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightResultsResult.setInsightResults(InsightResults insightResults)
The insight results returned by the operation.
|
GetInsightResultsResult |
GetInsightResultsResult.withInsightResults(InsightResults insightResults)
The insight results returned by the operation.
|
Copyright © 2022. All rights reserved.