| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
AggregationResponse |
AggregationResponse.clone() |
AggregationResponse |
AggregationResponse.withAccountAggregation(AccountAggregationResponse accountAggregation)
An object that contains details about an aggregation response based on Amazon Web Services account IDs.
|
AggregationResponse |
AggregationResponse.withAmiAggregation(AmiAggregationResponse amiAggregation)
An object that contains details about an aggregation response based on Amazon Machine Images (AMIs).
|
AggregationResponse |
AggregationResponse.withAwsEcrContainerAggregation(AwsEcrContainerAggregationResponse awsEcrContainerAggregation)
An object that contains details about an aggregation response based on Amazon ECR container images.
|
AggregationResponse |
AggregationResponse.withEc2InstanceAggregation(Ec2InstanceAggregationResponse ec2InstanceAggregation)
An object that contains details about an aggregation response based on Amazon EC2 instances.
|
AggregationResponse |
AggregationResponse.withFindingTypeAggregation(FindingTypeAggregationResponse findingTypeAggregation)
An object that contains details about an aggregation response based on finding types.
|
AggregationResponse |
AggregationResponse.withImageLayerAggregation(ImageLayerAggregationResponse imageLayerAggregation)
An object that contains details about an aggregation response based on container image layers.
|
AggregationResponse |
AggregationResponse.withPackageAggregation(PackageAggregationResponse packageAggregation)
An object that contains details about an aggregation response based on operating system package type.
|
AggregationResponse |
AggregationResponse.withRepositoryAggregation(RepositoryAggregationResponse repositoryAggregation)
An object that contains details about an aggregation response based on Amazon ECR repositories.
|
AggregationResponse |
AggregationResponse.withTitleAggregation(TitleAggregationResponse titleAggregation)
An object that contains details about an aggregation response based on finding title.
|
| Modifier and Type | Method and Description |
|---|---|
List<AggregationResponse> |
ListFindingAggregationsResult.getResponses()
Objects that contain the results of an aggregation operation.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResult |
ListFindingAggregationsResult.withResponses(AggregationResponse... responses)
Objects that contain the results of an aggregation operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFindingAggregationsResult.setResponses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResult |
ListFindingAggregationsResult.withResponses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
|
Copyright © 2022. All rights reserved.