| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaLayerAggregation |
LambdaLayerAggregation.clone() |
LambdaLayerAggregation |
AggregationRequest.getLambdaLayerAggregation()
Returns an object with findings aggregated by Amazon Web Services Lambda layer.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withFunctionNames(Collection<StringFilter> functionNames)
The names of the Amazon Web Services Lambda functions associated with the layers.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withFunctionNames(StringFilter... functionNames)
The names of the Amazon Web Services Lambda functions associated with the layers.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withLayerArns(Collection<StringFilter> layerArns)
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withLayerArns(StringFilter... layerArns)
The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function layer.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withResourceIds(Collection<StringFilter> resourceIds)
The resource IDs for the Amazon Web Services Lambda function layers.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withResourceIds(StringFilter... resourceIds)
The resource IDs for the Amazon Web Services Lambda function layers.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withSortBy(LambdaLayerSortBy sortBy)
The finding severity to use for sorting the results.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withSortBy(String sortBy)
The finding severity to use for sorting the results.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withSortOrder(SortOrder sortOrder)
The order to use for sorting the results.
|
LambdaLayerAggregation |
LambdaLayerAggregation.withSortOrder(String sortOrder)
The order to use for sorting the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AggregationRequest.setLambdaLayerAggregation(LambdaLayerAggregation lambdaLayerAggregation)
Returns an object with findings aggregated by Amazon Web Services Lambda layer.
|
AggregationRequest |
AggregationRequest.withLambdaLayerAggregation(LambdaLayerAggregation lambdaLayerAggregation)
Returns an object with findings aggregated by Amazon Web Services Lambda layer.
|
Copyright © 2024. All rights reserved.