| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAggregation |
LambdaFunctionAggregation.clone() |
LambdaFunctionAggregation |
AggregationRequest.getLambdaFunctionAggregation()
Returns an object with findings aggregated by Amazon Web Services Lambda function.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withFunctionNames(Collection<StringFilter> functionNames)
The Amazon Web Services Lambda function names to include in the aggregation results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withFunctionNames(StringFilter... functionNames)
The Amazon Web Services Lambda function names to include in the aggregation results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withFunctionTags(Collection<MapFilter> functionTags)
The tags to include in the aggregation results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withFunctionTags(MapFilter... functionTags)
The tags to include in the aggregation results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withResourceIds(Collection<StringFilter> resourceIds)
The resource IDs to include in the aggregation results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withResourceIds(StringFilter... resourceIds)
The resource IDs to include in the aggregation results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withRuntimes(Collection<StringFilter> runtimes)
Returns findings aggregated by Amazon Web Services Lambda function runtime environments.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withRuntimes(StringFilter... runtimes)
Returns findings aggregated by Amazon Web Services Lambda function runtime environments.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withSortBy(LambdaFunctionSortBy sortBy)
The finding severity to use for sorting the results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withSortBy(String sortBy)
The finding severity to use for sorting the results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withSortOrder(SortOrder sortOrder)
The order to use for sorting the results.
|
LambdaFunctionAggregation |
LambdaFunctionAggregation.withSortOrder(String sortOrder)
The order to use for sorting the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setLambdaFunctionAggregation(LambdaFunctionAggregation lambdaFunctionAggregation)
Returns an object with findings aggregated by Amazon Web Services Lambda function.
|
AggregationRequest |
AggregationRequest.withLambdaFunctionAggregation(LambdaFunctionAggregation lambdaFunctionAggregation)
Returns an object with findings aggregated by Amazon Web Services Lambda function.
|
Copyright © 2025. All rights reserved.