| 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 by which the findings are grouped for the insight's 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 © 2018. All rights reserved.