| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.clone() |
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withAccountId(String accountId)
The AWS account ID of the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withCurrentMemorySize(Integer currentMemorySize)
The amount of memory, in MB, that's allocated to the current function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFinding(LambdaFunctionRecommendationFinding finding)
The finding classification for the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFinding(String finding)
The finding classification for the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFindingReasonCodes(Collection<String> findingReasonCodes)
The reason for the finding classification of the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFindingReasonCodes(LambdaFunctionRecommendationFindingReasonCode... findingReasonCodes)
The reason for the finding classification of the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFindingReasonCodes(String... findingReasonCodes)
The reason for the finding classification of the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) of the current function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withFunctionVersion(String functionVersion)
The version number of the current function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withLastRefreshTimestamp(Date lastRefreshTimestamp)
The time stamp of when the function recommendation was last refreshed.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withLookbackPeriodInDays(Double lookbackPeriodInDays)
The number of days for which utilization metrics were analyzed for the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withMemorySizeRecommendationOptions(Collection<LambdaFunctionMemoryRecommendationOption> memorySizeRecommendationOptions)
An array of objects that describe the memory configuration recommendation options for the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withMemorySizeRecommendationOptions(LambdaFunctionMemoryRecommendationOption... memorySizeRecommendationOptions)
An array of objects that describe the memory configuration recommendation options for the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withNumberOfInvocations(Long numberOfInvocations)
The number of times your function code was executed during the look-back period.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withUtilizationMetrics(Collection<LambdaFunctionUtilizationMetric> utilizationMetrics)
An array of objects that describe the utilization metrics of the function.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withUtilizationMetrics(LambdaFunctionUtilizationMetric... utilizationMetrics)
An array of objects that describe the utilization metrics of the function.
|
| Modifier and Type | Method and Description |
|---|---|
List<LambdaFunctionRecommendation> |
GetLambdaFunctionRecommendationsResult.getLambdaFunctionRecommendations()
An array of objects that describe function recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
GetLambdaFunctionRecommendationsResult |
GetLambdaFunctionRecommendationsResult.withLambdaFunctionRecommendations(LambdaFunctionRecommendation... lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLambdaFunctionRecommendationsResult.setLambdaFunctionRecommendations(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
|
GetLambdaFunctionRecommendationsResult |
GetLambdaFunctionRecommendationsResult.withLambdaFunctionRecommendations(Collection<LambdaFunctionRecommendation> lambdaFunctionRecommendations)
An array of objects that describe function recommendations.
|
Copyright © 2021. All rights reserved.