| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
PackageAggregation |
PackageAggregation.clone() |
PackageAggregation |
AggregationRequest.getPackageAggregation()
An object that contains details about an aggregation request based on operating system package type.
|
PackageAggregation |
PackageAggregation.withPackageNames(Collection<StringFilter> packageNames)
The names of packages to aggregate findings on.
|
PackageAggregation |
PackageAggregation.withPackageNames(StringFilter... packageNames)
The names of packages to aggregate findings on.
|
PackageAggregation |
PackageAggregation.withSortBy(PackageSortBy sortBy)
The value to sort results by.
|
PackageAggregation |
PackageAggregation.withSortBy(String sortBy)
The value to sort results by.
|
PackageAggregation |
PackageAggregation.withSortOrder(SortOrder sortOrder)
The order to sort results by.
|
PackageAggregation |
PackageAggregation.withSortOrder(String sortOrder)
The order to sort results by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setPackageAggregation(PackageAggregation packageAggregation)
An object that contains details about an aggregation request based on operating system package type.
|
AggregationRequest |
AggregationRequest.withPackageAggregation(PackageAggregation packageAggregation)
An object that contains details about an aggregation request based on operating system package type.
|
Copyright © 2024. All rights reserved.