| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ExportLambdaFunctionRecommendationsRequest.Builder |
ExportLambdaFunctionRecommendationsRequest.Builder.filters(LambdaFunctionRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
|
GetLambdaFunctionRecommendationsRequest.Builder |
GetLambdaFunctionRecommendationsRequest.Builder.filters(LambdaFunctionRecommendationFilter... filters)
An array of objects to specify a filter that returns a more specific list of function recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportLambdaFunctionRecommendationsRequest.Builder |
ExportLambdaFunctionRecommendationsRequest.Builder.filters(Collection<LambdaFunctionRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
|
GetLambdaFunctionRecommendationsRequest.Builder |
GetLambdaFunctionRecommendationsRequest.Builder.filters(Collection<LambdaFunctionRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of function recommendations.
|
Copyright © 2023. All rights reserved.