| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecommendationFilter |
LambdaFunctionRecommendationFilter.clone() |
LambdaFunctionRecommendationFilter |
LambdaFunctionRecommendationFilter.withName(LambdaFunctionRecommendationFilterName name)
The name of the filter.
|
LambdaFunctionRecommendationFilter |
LambdaFunctionRecommendationFilter.withName(String name)
The name of the filter.
|
LambdaFunctionRecommendationFilter |
LambdaFunctionRecommendationFilter.withValues(Collection<String> values)
The value of the filter.
|
LambdaFunctionRecommendationFilter |
LambdaFunctionRecommendationFilter.withValues(String... values)
The value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<LambdaFunctionRecommendationFilter> |
ExportLambdaFunctionRecommendationsRequest.getFilters()
An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
|
List<LambdaFunctionRecommendationFilter> |
GetLambdaFunctionRecommendationsRequest.getFilters()
An array of objects to specify a filter that returns a more specific list of function recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
ExportLambdaFunctionRecommendationsRequest |
ExportLambdaFunctionRecommendationsRequest.withFilters(LambdaFunctionRecommendationFilter... filters)
An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
|
GetLambdaFunctionRecommendationsRequest |
GetLambdaFunctionRecommendationsRequest.withFilters(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 |
|---|---|
void |
ExportLambdaFunctionRecommendationsRequest.setFilters(Collection<LambdaFunctionRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
|
void |
GetLambdaFunctionRecommendationsRequest.setFilters(Collection<LambdaFunctionRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of function recommendations.
|
ExportLambdaFunctionRecommendationsRequest |
ExportLambdaFunctionRecommendationsRequest.withFilters(Collection<LambdaFunctionRecommendationFilter> filters)
An array of objects to specify a filter that exports a more specific set of Lambda function recommendations.
|
GetLambdaFunctionRecommendationsRequest |
GetLambdaFunctionRecommendationsRequest.withFilters(Collection<LambdaFunctionRecommendationFilter> filters)
An array of objects to specify a filter that returns a more specific list of function recommendations.
|
Copyright © 2024. All rights reserved.