| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
RightsizingRecommendation |
RightsizingRecommendation.clone() |
RightsizingRecommendation |
RightsizingRecommendation.withAccountId(String accountId)
The account that this recommendation is for.
|
RightsizingRecommendation |
RightsizingRecommendation.withCurrentInstance(CurrentInstance currentInstance)
Context regarding the current instance.
|
RightsizingRecommendation |
RightsizingRecommendation.withFindingReasonCodes(Collection<String> findingReasonCodes)
The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific
metrics (for example, CPU, Memory, Network).
|
RightsizingRecommendation |
RightsizingRecommendation.withFindingReasonCodes(FindingReasonCode... findingReasonCodes)
The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific
metrics (for example, CPU, Memory, Network).
|
RightsizingRecommendation |
RightsizingRecommendation.withFindingReasonCodes(String... findingReasonCodes)
The list of possible reasons why the recommendation is generated, such as under- or over-utilization of specific
metrics (for example, CPU, Memory, Network).
|
RightsizingRecommendation |
RightsizingRecommendation.withModifyRecommendationDetail(ModifyRecommendationDetail modifyRecommendationDetail)
The details for the modification recommendations.
|
RightsizingRecommendation |
RightsizingRecommendation.withRightsizingType(RightsizingType rightsizingType)
A recommendation to either terminate or modify the resource.
|
RightsizingRecommendation |
RightsizingRecommendation.withRightsizingType(String rightsizingType)
A recommendation to either terminate or modify the resource.
|
RightsizingRecommendation |
RightsizingRecommendation.withTerminateRecommendationDetail(TerminateRecommendationDetail terminateRecommendationDetail)
The details for termination recommendations.
|
| Modifier and Type | Method and Description |
|---|---|
List<RightsizingRecommendation> |
GetRightsizingRecommendationResult.getRightsizingRecommendations()
Recommendations to rightsize resources.
|
| Modifier and Type | Method and Description |
|---|---|
GetRightsizingRecommendationResult |
GetRightsizingRecommendationResult.withRightsizingRecommendations(RightsizingRecommendation... rightsizingRecommendations)
Recommendations to rightsize resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRightsizingRecommendationResult.setRightsizingRecommendations(Collection<RightsizingRecommendation> rightsizingRecommendations)
Recommendations to rightsize resources.
|
GetRightsizingRecommendationResult |
GetRightsizingRecommendationResult.withRightsizingRecommendations(Collection<RightsizingRecommendation> rightsizingRecommendations)
Recommendations to rightsize resources.
|
Copyright © 2022. All rights reserved.