Uses of Class
software.amazon.awssdk.services.inspector2.model.ListFindingAggregationsRequest
-
Packages that use ListFindingAggregationsRequest 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 software.amazon.awssdk.services.inspector2.transform -
-
Uses of ListFindingAggregationsRequest in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 with parameters of type ListFindingAggregationsRequest Modifier and Type Method Description default CompletableFuture<ListFindingAggregationsResponse>Inspector2AsyncClient. listFindingAggregations(ListFindingAggregationsRequest 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.default ListFindingAggregationsPublisherInspector2AsyncClient. listFindingAggregationsPaginator(ListFindingAggregationsRequest listFindingAggregationsRequest)Lists aggregated finding data for your environment based on specific criteria.default ListFindingAggregationsIterableInspector2Client. listFindingAggregationsPaginator(ListFindingAggregationsRequest listFindingAggregationsRequest)Lists aggregated finding data for your environment based on specific criteria. -
Uses of ListFindingAggregationsRequest in software.amazon.awssdk.services.inspector2.paginators
Constructors in software.amazon.awssdk.services.inspector2.paginators with parameters of type ListFindingAggregationsRequest Constructor Description ListFindingAggregationsIterable(Inspector2Client client, ListFindingAggregationsRequest firstRequest)ListFindingAggregationsPublisher(Inspector2AsyncClient client, ListFindingAggregationsRequest firstRequest) -
Uses of ListFindingAggregationsRequest in software.amazon.awssdk.services.inspector2.transform
Methods in software.amazon.awssdk.services.inspector2.transform with parameters of type ListFindingAggregationsRequest Modifier and Type Method Description SdkHttpFullRequestListFindingAggregationsRequestMarshaller. marshall(ListFindingAggregationsRequest listFindingAggregationsRequest)
-