| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model | |
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ImageScanFindingAggregation> |
ListImageScanFindingAggregationsResponse.responses()
An array of image scan finding aggregations that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.responses(ImageScanFindingAggregation... responses)
An array of image scan finding aggregations that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListImageScanFindingAggregationsResponse.Builder |
ListImageScanFindingAggregationsResponse.Builder.responses(Collection<ImageScanFindingAggregation> responses)
An array of image scan finding aggregations that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ImageScanFindingAggregation> |
ListImageScanFindingAggregationsIterable.responses()
Returns an iterable to iterate through the paginated
ListImageScanFindingAggregationsResponse.responses()
member. |
SdkPublisher<ImageScanFindingAggregation> |
ListImageScanFindingAggregationsPublisher.responses()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.