| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.aggregationType(String aggregationType)
The aggregation type specifies what type of key is used to group the image scan findings.
|
static ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.builder() |
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.nextToken(String nextToken)
The next token used for paginated responses.
|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.responses(Collection<ImageScanFindingAggregation> responses)
An array of image scan finding aggregations that match the filter criteria.
|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.responses(Consumer<ImageScanFindingAggregation.Builder>... responses)
An array of image scan finding aggregations that match the filter criteria.
|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.responses(ImageScanFindingAggregation... responses)
An array of image scan finding aggregations that match the filter criteria.
|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListImageScanFindingAggregationsResponse.Builder> |
ListImageScanFindingAggregationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.