| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.addLambdaTagsEntry(String key,
String value)
Add a single LambdaTags entry
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.clearLambdaTagsEntries()
Removes all the entries added into LambdaTags.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.clone() |
LambdaFunctionAggregationResponse |
AggregationResponse.getLambdaFunctionAggregation()
An aggregation of findings by AWS Lambda function.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withAccountId(String accountId)
The ID of the AWS account that owns the AWS Lambda function.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withFunctionName(String functionName)
The AWS Lambda function names included in the aggregation results.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withLambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withLastModifiedAt(Date lastModifiedAt)
The date that the AWS Lambda function included in the aggregation results was last changed.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withResourceId(String resourceId)
The resource IDs included in the aggregation results.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withRuntime(String runtime)
The runtimes included in the aggregation results.
|
LambdaFunctionAggregationResponse |
LambdaFunctionAggregationResponse.withSeverityCounts(SeverityCounts severityCounts) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationResponse.setLambdaFunctionAggregation(LambdaFunctionAggregationResponse lambdaFunctionAggregation)
An aggregation of findings by AWS Lambda function.
|
AggregationResponse |
AggregationResponse.withLambdaFunctionAggregation(LambdaFunctionAggregationResponse lambdaFunctionAggregation)
An aggregation of findings by AWS Lambda function.
|
Copyright © 2023. All rights reserved.