| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Insight |
Insight.clone() |
Insight |
Insight.withFilters(AwsSecurityFindingFilters filters)
One or more attributes used to filter the findings included in the insight.
|
Insight |
Insight.withGroupByAttribute(String groupByAttribute)
The attribute that the insight's findings are grouped by.
|
Insight |
Insight.withInsightArn(String insightArn)
The ARN of a Security Hub insight.
|
Insight |
Insight.withName(String name)
The name of a Security Hub insight.
|
| Modifier and Type | Method and Description |
|---|---|
List<Insight> |
GetInsightsResult.getInsights()
The insights returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetInsightsResult |
GetInsightsResult.withInsights(Insight... insights)
The insights returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetInsightsResult.setInsights(Collection<Insight> insights)
The insights returned by the operation.
|
GetInsightsResult |
GetInsightsResult.withInsights(Collection<Insight> insights)
The insights returned by the operation.
|
Copyright © 2019. All rights reserved.