| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResult |
AbstractAWSInspector2.listFindingAggregations(ListFindingAggregationsRequest request) |
ListFindingAggregationsResult |
AWSInspector2.listFindingAggregations(ListFindingAggregationsRequest listFindingAggregationsRequest)
Lists aggregated finding data for your environment based on specific criteria.
|
ListFindingAggregationsResult |
AWSInspector2Client.listFindingAggregations(ListFindingAggregationsRequest request)
Lists aggregated finding data for your environment based on specific criteria.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListFindingAggregationsResult> |
AWSInspector2AsyncClient.listFindingAggregationsAsync(ListFindingAggregationsRequest request,
AsyncHandler<ListFindingAggregationsRequest,ListFindingAggregationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFindingAggregationsResult |
ListFindingAggregationsResult.clone() |
ListFindingAggregationsResult |
ListFindingAggregationsResult.withAggregationType(AggregationType aggregationType)
The type of aggregation to perform.
|
ListFindingAggregationsResult |
ListFindingAggregationsResult.withAggregationType(String aggregationType)
The type of aggregation to perform.
|
ListFindingAggregationsResult |
ListFindingAggregationsResult.withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingAggregationsResult |
ListFindingAggregationsResult.withResponses(AggregationResponse... responses)
Objects that contain the results of an aggregation operation.
|
ListFindingAggregationsResult |
ListFindingAggregationsResult.withResponses(Collection<AggregationResponse> responses)
Objects that contain the results of an aggregation operation.
|
Copyright © 2024. All rights reserved.