| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
TitleAggregation |
TitleAggregation.clone() |
TitleAggregation |
AggregationRequest.getTitleAggregation()
An object that contains details about an aggregation request based on finding title.
|
TitleAggregation |
TitleAggregation.withFindingType(AggregationFindingType findingType)
The type of finding to aggregate on.
|
TitleAggregation |
TitleAggregation.withFindingType(String findingType)
The type of finding to aggregate on.
|
TitleAggregation |
TitleAggregation.withResourceType(AggregationResourceType resourceType)
The resource type to aggregate on.
|
TitleAggregation |
TitleAggregation.withResourceType(String resourceType)
The resource type to aggregate on.
|
TitleAggregation |
TitleAggregation.withSortBy(String sortBy)
The value to sort results by.
|
TitleAggregation |
TitleAggregation.withSortBy(TitleSortBy sortBy)
The value to sort results by.
|
TitleAggregation |
TitleAggregation.withSortOrder(SortOrder sortOrder)
The order to sort results by.
|
TitleAggregation |
TitleAggregation.withSortOrder(String sortOrder)
The order to sort results by.
|
TitleAggregation |
TitleAggregation.withTitles(Collection<StringFilter> titles)
The finding titles to aggregate on.
|
TitleAggregation |
TitleAggregation.withTitles(StringFilter... titles)
The finding titles to aggregate on.
|
TitleAggregation |
TitleAggregation.withVulnerabilityIds(Collection<StringFilter> vulnerabilityIds)
The vulnerability IDs of the findings.
|
TitleAggregation |
TitleAggregation.withVulnerabilityIds(StringFilter... vulnerabilityIds)
The vulnerability IDs of the findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setTitleAggregation(TitleAggregation titleAggregation)
An object that contains details about an aggregation request based on finding title.
|
AggregationRequest |
AggregationRequest.withTitleAggregation(TitleAggregation titleAggregation)
An object that contains details about an aggregation request based on finding title.
|
Copyright © 2024. All rights reserved.