| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionMemoryRecommendationOption |
LambdaFunctionMemoryRecommendationOption.clone() |
LambdaFunctionMemoryRecommendationOption |
LambdaFunctionMemoryRecommendationOption.withMemorySize(Integer memorySize)
The memory size, in MB, of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption |
LambdaFunctionMemoryRecommendationOption.withProjectedUtilizationMetrics(Collection<LambdaFunctionMemoryProjectedMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption |
LambdaFunctionMemoryRecommendationOption.withProjectedUtilizationMetrics(LambdaFunctionMemoryProjectedMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the function recommendation option.
|
LambdaFunctionMemoryRecommendationOption |
LambdaFunctionMemoryRecommendationOption.withRank(Integer rank)
The rank of the function recommendation option.
|
| Modifier and Type | Method and Description |
|---|---|
List<LambdaFunctionMemoryRecommendationOption> |
LambdaFunctionRecommendation.getMemorySizeRecommendationOptions()
An array of objects that describe the memory configuration recommendation options for the function.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withMemorySizeRecommendationOptions(LambdaFunctionMemoryRecommendationOption... memorySizeRecommendationOptions)
An array of objects that describe the memory configuration recommendation options for the function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionRecommendation.setMemorySizeRecommendationOptions(Collection<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions)
An array of objects that describe the memory configuration recommendation options for the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withMemorySizeRecommendationOptions(Collection<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions)
An array of objects that describe the memory configuration recommendation options for the function.
|
Copyright © 2021. All rights reserved.