| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
ImageLayerAggregation |
ImageLayerAggregation.clone() |
ImageLayerAggregation |
AggregationRequest.getImageLayerAggregation()
An object that contains details about an aggregation request based on container image layers.
|
ImageLayerAggregation |
ImageLayerAggregation.withLayerHashes(Collection<StringFilter> layerHashes)
The hashes associated with the layers.
|
ImageLayerAggregation |
ImageLayerAggregation.withLayerHashes(StringFilter... layerHashes)
The hashes associated with the layers.
|
ImageLayerAggregation |
ImageLayerAggregation.withRepositories(Collection<StringFilter> repositories)
The repository associated with the container image hosting the layers.
|
ImageLayerAggregation |
ImageLayerAggregation.withRepositories(StringFilter... repositories)
The repository associated with the container image hosting the layers.
|
ImageLayerAggregation |
ImageLayerAggregation.withResourceIds(Collection<StringFilter> resourceIds)
The ID of the container image layer.
|
ImageLayerAggregation |
ImageLayerAggregation.withResourceIds(StringFilter... resourceIds)
The ID of the container image layer.
|
ImageLayerAggregation |
ImageLayerAggregation.withSortBy(ImageLayerSortBy sortBy)
The value to sort results by.
|
ImageLayerAggregation |
ImageLayerAggregation.withSortBy(String sortBy)
The value to sort results by.
|
ImageLayerAggregation |
ImageLayerAggregation.withSortOrder(SortOrder sortOrder)
The order to sort results by.
|
ImageLayerAggregation |
ImageLayerAggregation.withSortOrder(String sortOrder)
The order to sort results by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setImageLayerAggregation(ImageLayerAggregation imageLayerAggregation)
An object that contains details about an aggregation request based on container image layers.
|
AggregationRequest |
AggregationRequest.withImageLayerAggregation(ImageLayerAggregation imageLayerAggregation)
An object that contains details about an aggregation request based on container image layers.
|
Copyright © 2025. All rights reserved.