| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
ImageLayerAggregationResponse |
ImageLayerAggregationResponse.clone() |
ImageLayerAggregationResponse |
AggregationResponse.getImageLayerAggregation()
An object that contains details about an aggregation response based on container image layers.
|
ImageLayerAggregationResponse |
ImageLayerAggregationResponse.withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
|
ImageLayerAggregationResponse |
ImageLayerAggregationResponse.withLayerHash(String layerHash)
The layer hash.
|
ImageLayerAggregationResponse |
ImageLayerAggregationResponse.withRepository(String repository)
The repository the layer resides in.
|
ImageLayerAggregationResponse |
ImageLayerAggregationResponse.withResourceId(String resourceId)
The resource ID of the container image layer.
|
ImageLayerAggregationResponse |
ImageLayerAggregationResponse.withSeverityCounts(SeverityCounts severityCounts)
An object that represents the count of matched findings per severity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationResponse.setImageLayerAggregation(ImageLayerAggregationResponse imageLayerAggregation)
An object that contains details about an aggregation response based on container image layers.
|
AggregationResponse |
AggregationResponse.withImageLayerAggregation(ImageLayerAggregationResponse imageLayerAggregation)
An object that contains details about an aggregation response based on container image layers.
|
Copyright © 2023. All rights reserved.