Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ImageScanFindingAggregation
-
Packages that use ImageScanFindingAggregation Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of ImageScanFindingAggregation in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ImageScanFindingAggregation Modifier and Type Method Description List<ImageScanFindingAggregation>ListImageScanFindingAggregationsResponse. responses()An array of image scan finding aggregations that match the filter criteria.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ImageScanFindingAggregation Modifier and Type Method Description ListImageScanFindingAggregationsResponse.BuilderListImageScanFindingAggregationsResponse.Builder. responses(ImageScanFindingAggregation... responses)An array of image scan finding aggregations that match the filter criteria.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ImageScanFindingAggregation Modifier and Type Method Description ListImageScanFindingAggregationsResponse.BuilderListImageScanFindingAggregationsResponse.Builder. responses(Collection<ImageScanFindingAggregation> responses)An array of image scan finding aggregations that match the filter criteria. -
Uses of ImageScanFindingAggregation in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type ImageScanFindingAggregation Modifier and Type Method Description SdkIterable<ImageScanFindingAggregation>ListImageScanFindingAggregationsIterable. responses()Returns an iterable to iterate through the paginatedListImageScanFindingAggregationsResponse.responses()member.SdkPublisher<ImageScanFindingAggregation>ListImageScanFindingAggregationsPublisher. responses()Returns a publisher that can be used to get a stream of data.
-