| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ImageScanFindingAggregation |
ImageScanFindingAggregation.clone() |
ImageScanFindingAggregation |
ImageScanFindingAggregation.withAccountAggregation(AccountAggregation accountAggregation)
Returns an object that contains severity counts based on an account ID.
|
ImageScanFindingAggregation |
ImageScanFindingAggregation.withImageAggregation(ImageAggregation imageAggregation)
Returns an object that contains severity counts based on the Amazon Resource Name (ARN) for a specific image.
|
ImageScanFindingAggregation |
ImageScanFindingAggregation.withImagePipelineAggregation(ImagePipelineAggregation imagePipelineAggregation)
Returns an object that contains severity counts based on an image pipeline ARN.
|
ImageScanFindingAggregation |
ImageScanFindingAggregation.withVulnerabilityIdAggregation(VulnerabilityIdAggregation vulnerabilityIdAggregation)
Returns an object that contains severity counts based on vulnerability ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImageScanFindingAggregation> |
ListImageScanFindingAggregationsResult.getResponses()
An array of image scan finding aggregations that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingAggregationsResult |
ListImageScanFindingAggregationsResult.withResponses(ImageScanFindingAggregation... responses)
An array of image scan finding aggregations that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImageScanFindingAggregationsResult.setResponses(Collection<ImageScanFindingAggregation> responses)
An array of image scan finding aggregations that match the filter criteria.
|
ListImageScanFindingAggregationsResult |
ListImageScanFindingAggregationsResult.withResponses(Collection<ImageScanFindingAggregation> responses)
An array of image scan finding aggregations that match the filter criteria.
|
Copyright © 2023. All rights reserved.