Uses of Class
software.amazon.awssdk.services.inspector2.model.LambdaFunctionAggregation
-
Packages that use LambdaFunctionAggregation Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of LambdaFunctionAggregation in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return LambdaFunctionAggregation Modifier and Type Method Description LambdaFunctionAggregationAggregationRequest. lambdaFunctionAggregation()Returns an object with findings aggregated by AWS Lambda function.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type LambdaFunctionAggregation Modifier and Type Method Description static AggregationRequestAggregationRequest. fromLambdaFunctionAggregation(LambdaFunctionAggregation lambdaFunctionAggregation)Create an instance of this class withAggregationRequest.lambdaFunctionAggregation()initialized to the given value.AggregationRequest.BuilderAggregationRequest.Builder. lambdaFunctionAggregation(LambdaFunctionAggregation lambdaFunctionAggregation)Returns an object with findings aggregated by AWS Lambda function.
-