| Package | Description |
|---|---|
| com.amazonaws.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2 and Amazon ECR environments.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListFindingAggregationsResult> |
AWSInspector2AsyncClient.listFindingAggregationsAsync(ListFindingAggregationsRequest request,
AsyncHandler<ListFindingAggregationsRequest,ListFindingAggregationsResult> asyncHandler) |
Future<ListFindingAggregationsResult> |
AbstractAWSInspector2Async.listFindingAggregationsAsync(ListFindingAggregationsRequest request,
AsyncHandler<ListFindingAggregationsRequest,ListFindingAggregationsResult> asyncHandler) |
Future<ListFindingAggregationsResult> |
AWSInspector2Async.listFindingAggregationsAsync(ListFindingAggregationsRequest listFindingAggregationsRequest,
AsyncHandler<ListFindingAggregationsRequest,ListFindingAggregationsResult> asyncHandler)
Lists aggregated finding data for your environment based on specific criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.clone() |
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withAccountIds(Collection<StringFilter> accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withAccountIds(StringFilter... accountIds)
The Amazon Web Services account IDs to retrieve finding aggregation data for.
|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withAggregationRequest(AggregationRequest aggregationRequest)
Details of the aggregation request that is used to filter your aggregation results.
|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withAggregationType(AggregationType aggregationType)
The type of the aggregation request.
|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withAggregationType(String aggregationType)
The type of the aggregation request.
|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingAggregationsRequest |
ListFindingAggregationsRequest.withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
Copyright © 2023. All rights reserved.