Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ListImageScanFindingAggregationsResponse
-
Packages that use ListImageScanFindingAggregationsResponse Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of ListImageScanFindingAggregationsResponse in software.amazon.awssdk.services.imagebuilder
Methods in software.amazon.awssdk.services.imagebuilder that return ListImageScanFindingAggregationsResponse Modifier and Type Method Description default ListImageScanFindingAggregationsResponseImagebuilderClient. listImageScanFindingAggregations(Consumer<ListImageScanFindingAggregationsRequest.Builder> listImageScanFindingAggregationsRequest)Returns a list of image scan aggregations for your account.default ListImageScanFindingAggregationsResponseImagebuilderClient. listImageScanFindingAggregations(ListImageScanFindingAggregationsRequest listImageScanFindingAggregationsRequest)Returns a list of image scan aggregations for your account.Methods in software.amazon.awssdk.services.imagebuilder that return types with arguments of type ListImageScanFindingAggregationsResponse Modifier and Type Method Description default CompletableFuture<ListImageScanFindingAggregationsResponse>ImagebuilderAsyncClient. listImageScanFindingAggregations(Consumer<ListImageScanFindingAggregationsRequest.Builder> listImageScanFindingAggregationsRequest)Returns a list of image scan aggregations for your account.default CompletableFuture<ListImageScanFindingAggregationsResponse>ImagebuilderAsyncClient. listImageScanFindingAggregations(ListImageScanFindingAggregationsRequest listImageScanFindingAggregationsRequest)Returns a list of image scan aggregations for your account. -
Uses of ListImageScanFindingAggregationsResponse in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type ListImageScanFindingAggregationsResponse Modifier and Type Method Description Iterator<ListImageScanFindingAggregationsResponse>ListImageScanFindingAggregationsIterable. iterator()Method parameters in software.amazon.awssdk.services.imagebuilder.paginators with type arguments of type ListImageScanFindingAggregationsResponse Modifier and Type Method Description voidListImageScanFindingAggregationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListImageScanFindingAggregationsResponse> subscriber)
-