Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.LambdaFunctionRecommendationFilter
-
Packages that use LambdaFunctionRecommendationFilter Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LambdaFunctionRecommendationFilter in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type LambdaFunctionRecommendationFilter Modifier and Type Method Description List<LambdaFunctionRecommendationFilter>ExportLambdaFunctionRecommendationsRequest. filters()An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.List<LambdaFunctionRecommendationFilter>GetLambdaFunctionRecommendationsRequest. filters()An array of objects to specify a filter that returns a more specific list of function recommendations.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type LambdaFunctionRecommendationFilter Modifier and Type Method Description ExportLambdaFunctionRecommendationsRequest.BuilderExportLambdaFunctionRecommendationsRequest.Builder. filters(LambdaFunctionRecommendationFilter... filters)An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.GetLambdaFunctionRecommendationsRequest.BuilderGetLambdaFunctionRecommendationsRequest.Builder. filters(LambdaFunctionRecommendationFilter... filters)An array of objects to specify a filter that returns a more specific list of function recommendations.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type LambdaFunctionRecommendationFilter Modifier and Type Method Description ExportLambdaFunctionRecommendationsRequest.BuilderExportLambdaFunctionRecommendationsRequest.Builder. filters(Collection<LambdaFunctionRecommendationFilter> filters)An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.GetLambdaFunctionRecommendationsRequest.BuilderGetLambdaFunctionRecommendationsRequest.Builder. filters(Collection<LambdaFunctionRecommendationFilter> filters)An array of objects to specify a filter that returns a more specific list of function recommendations.
-