| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationRequest |
ListFindingAggregationsRequest.aggregationRequest()
Details of the aggregation request that is used to filter your aggregation results.
|
static AggregationRequest |
AggregationRequest.fromAccountAggregation(AccountAggregation accountAggregation)
Create an instance of this class with
accountAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromAccountAggregation(Consumer<AccountAggregation.Builder> accountAggregation)
Create an instance of this class with
accountAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromAmiAggregation(AmiAggregation amiAggregation)
Create an instance of this class with
amiAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromAmiAggregation(Consumer<AmiAggregation.Builder> amiAggregation)
Create an instance of this class with
amiAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromAwsEcrContainerAggregation(AwsEcrContainerAggregation awsEcrContainerAggregation)
Create an instance of this class with
awsEcrContainerAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromAwsEcrContainerAggregation(Consumer<AwsEcrContainerAggregation.Builder> awsEcrContainerAggregation)
Create an instance of this class with
awsEcrContainerAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromEc2InstanceAggregation(Consumer<Ec2InstanceAggregation.Builder> ec2InstanceAggregation)
Create an instance of this class with
ec2InstanceAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromEc2InstanceAggregation(Ec2InstanceAggregation ec2InstanceAggregation)
Create an instance of this class with
ec2InstanceAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromFindingTypeAggregation(Consumer<FindingTypeAggregation.Builder> findingTypeAggregation)
Create an instance of this class with
findingTypeAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromFindingTypeAggregation(FindingTypeAggregation findingTypeAggregation)
Create an instance of this class with
findingTypeAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromImageLayerAggregation(Consumer<ImageLayerAggregation.Builder> imageLayerAggregation)
Create an instance of this class with
imageLayerAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromImageLayerAggregation(ImageLayerAggregation imageLayerAggregation)
Create an instance of this class with
imageLayerAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromPackageAggregation(Consumer<PackageAggregation.Builder> packageAggregation)
Create an instance of this class with
packageAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromPackageAggregation(PackageAggregation packageAggregation)
Create an instance of this class with
packageAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromRepositoryAggregation(Consumer<RepositoryAggregation.Builder> repositoryAggregation)
Create an instance of this class with
repositoryAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromRepositoryAggregation(RepositoryAggregation repositoryAggregation)
Create an instance of this class with
repositoryAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromTitleAggregation(Consumer<TitleAggregation.Builder> titleAggregation)
Create an instance of this class with
titleAggregation() initialized to the given value. |
static AggregationRequest |
AggregationRequest.fromTitleAggregation(TitleAggregation titleAggregation)
Create an instance of this class with
titleAggregation() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsRequest.Builder |
ListFindingAggregationsRequest.Builder.aggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
|
Copyright © 2022. All rights reserved.