Uses of Class
software.amazon.awssdk.services.inspector2.model.LambdaLayerAggregationResponse
-
Packages that use LambdaLayerAggregationResponse Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of LambdaLayerAggregationResponse in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return LambdaLayerAggregationResponse Modifier and Type Method Description LambdaLayerAggregationResponseAggregationResponse. lambdaLayerAggregation()An aggregation of findings by AWS Lambda layer.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type LambdaLayerAggregationResponse Modifier and Type Method Description static AggregationResponseAggregationResponse. fromLambdaLayerAggregation(LambdaLayerAggregationResponse lambdaLayerAggregation)Create an instance of this class withAggregationResponse.lambdaLayerAggregation()initialized to the given value.AggregationResponse.BuilderAggregationResponse.Builder. lambdaLayerAggregation(LambdaLayerAggregationResponse lambdaLayerAggregation)An aggregation of findings by AWS Lambda layer.
-