Uses of Class
software.amazon.awssdk.services.inspector2.model.ListFindingAggregationsResponse
-
Packages that use ListFindingAggregationsResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.software.amazon.awssdk.services.inspector2.paginators -
-
Uses of ListFindingAggregationsResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListFindingAggregationsResponse Modifier and Type Method Description default ListFindingAggregationsResponseInspector2Client. listFindingAggregations(Consumer<ListFindingAggregationsRequest.Builder> listFindingAggregationsRequest)Lists aggregated finding data for your environment based on specific criteria.default ListFindingAggregationsResponseInspector2Client. listFindingAggregations(ListFindingAggregationsRequest listFindingAggregationsRequest)Lists aggregated finding data for your environment based on specific criteria.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListFindingAggregationsResponse Modifier and Type Method Description default CompletableFuture<ListFindingAggregationsResponse>Inspector2AsyncClient. listFindingAggregations(Consumer<ListFindingAggregationsRequest.Builder> listFindingAggregationsRequest)Lists aggregated finding data for your environment based on specific criteria.default CompletableFuture<ListFindingAggregationsResponse>Inspector2AsyncClient. listFindingAggregations(ListFindingAggregationsRequest listFindingAggregationsRequest)Lists aggregated finding data for your environment based on specific criteria. -
Uses of ListFindingAggregationsResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListFindingAggregationsResponse Modifier and Type Method Description Iterator<ListFindingAggregationsResponse>ListFindingAggregationsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListFindingAggregationsResponse Modifier and Type Method Description voidListFindingAggregationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingAggregationsResponse> subscriber)
-