| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerRecommendation> |
ECSServiceRecommendationOption.containerRecommendations()
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
ECSServiceRecommendationOption.Builder |
ECSServiceRecommendationOption.Builder.containerRecommendations(ContainerRecommendation... containerRecommendations)
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
ECSServiceRecommendationOption.Builder |
ECSServiceRecommendationOption.Builder.containerRecommendations(Collection<ContainerRecommendation> containerRecommendations)
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
|
Copyright © 2023. All rights reserved.