Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.ContainerRecommendation
-
Packages that use ContainerRecommendation Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of ContainerRecommendation in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type ContainerRecommendation Modifier and Type Method Description List<ContainerRecommendation>ECSServiceRecommendationOption. containerRecommendations()The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type ContainerRecommendation Modifier and Type Method Description ECSServiceRecommendationOption.BuilderECSServiceRecommendationOption.Builder. containerRecommendations(ContainerRecommendation... containerRecommendations)The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type ContainerRecommendation Modifier and Type Method Description ECSServiceRecommendationOption.BuilderECSServiceRecommendationOption.Builder. containerRecommendations(Collection<ContainerRecommendation> containerRecommendations)The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
-