| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
InsightResultValue |
InsightResultValue.clone() |
InsightResultValue |
InsightResultValue.withCount(Integer count)
The number of findings returned for each
GroupByAttributeValue. |
InsightResultValue |
InsightResultValue.withGroupByAttributeValue(String groupByAttributeValue)
The value of the attribute that the findings are grouped by for the insight whose results are returned by the
GetInsightResults operation. |
| Modifier and Type | Method and Description |
|---|---|
List<InsightResultValue> |
InsightResults.getResultValues()
The list of insight result values returned by the
GetInsightResults operation. |
| Modifier and Type | Method and Description |
|---|---|
InsightResults |
InsightResults.withResultValues(InsightResultValue... resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
InsightResults.setResultValues(Collection<InsightResultValue> resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
InsightResults |
InsightResults.withResultValues(Collection<InsightResultValue> resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
Copyright © 2023. All rights reserved.