Uses of Class
software.amazon.awssdk.services.costexplorer.model.RightsizingRecommendation
-
Packages that use RightsizingRecommendation Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of RightsizingRecommendation in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type RightsizingRecommendation Modifier and Type Method Description List<RightsizingRecommendation>GetRightsizingRecommendationResponse. rightsizingRecommendations()Recommendations to rightsize resources.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type RightsizingRecommendation Modifier and Type Method Description GetRightsizingRecommendationResponse.BuilderGetRightsizingRecommendationResponse.Builder. rightsizingRecommendations(RightsizingRecommendation... rightsizingRecommendations)Recommendations to rightsize resources.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type RightsizingRecommendation Modifier and Type Method Description GetRightsizingRecommendationResponse.BuilderGetRightsizingRecommendationResponse.Builder. rightsizingRecommendations(Collection<RightsizingRecommendation> rightsizingRecommendations)Recommendations to rightsize resources.
-