Uses of Class
software.amazon.awssdk.services.inspector2.model.LambdaFunctionAggregationResponse
-
Packages that use LambdaFunctionAggregationResponse Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of LambdaFunctionAggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return LambdaFunctionAggregationResponse Modifier and Type Method Description LambdaFunctionAggregationResponseAggregationResponse. lambdaFunctionAggregation()An aggregation of findings by Amazon Web Services Lambda function.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type LambdaFunctionAggregationResponse Modifier and Type Method Description static AggregationResponseAggregationResponse. fromLambdaFunctionAggregation(LambdaFunctionAggregationResponse lambdaFunctionAggregation)Create an instance of this class withAggregationResponse.lambdaFunctionAggregation()initialized to the given value.AggregationResponse.BuilderAggregationResponse.Builder. lambdaFunctionAggregation(LambdaFunctionAggregationResponse lambdaFunctionAggregation)An aggregation of findings by Amazon Web Services Lambda function.
-