| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.accountId(String accountId)
The ID of the AWS account that owns the AWS Lambda function.
|
static LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.builder() |
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.functionName(String functionName)
The AWS Lambda function names included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.lambdaTags(Map<String,String> lambdaTags)
The tags included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.lastModifiedAt(Instant lastModifiedAt)
The date that the AWS Lambda function included in the aggregation results was last changed.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.resourceId(String resourceId)
The resource IDs included in the aggregation results.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.runtime(String runtime)
The runtimes included in the aggregation results.
|
default LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.severityCounts(Consumer<SeverityCounts.Builder> severityCounts)
Sets the value of the SeverityCounts property for this object.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.Builder.severityCounts(SeverityCounts severityCounts)
Sets the value of the SeverityCounts property for this object.
|
LambdaFunctionAggregationResponse.Builder |
LambdaFunctionAggregationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaFunctionAggregationResponse.Builder> |
LambdaFunctionAggregationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static AggregationResponse |
AggregationResponse.fromLambdaFunctionAggregation(Consumer<LambdaFunctionAggregationResponse.Builder> lambdaFunctionAggregation)
Create an instance of this class with
AggregationResponse.lambdaFunctionAggregation() initialized to the given value. |
default AggregationResponse.Builder |
AggregationResponse.Builder.lambdaFunctionAggregation(Consumer<LambdaFunctionAggregationResponse.Builder> lambdaFunctionAggregation)
An aggregation of findings by AWS Lambda function.
|
Copyright © 2023. All rights reserved.