| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerRecommendation |
ContainerRecommendation.clone() |
ContainerRecommendation |
ContainerRecommendation.withContainerName(String containerName)
The name of the container.
|
ContainerRecommendation |
ContainerRecommendation.withCpu(Integer cpu)
The recommended number of CPU units reserved for the container.
|
ContainerRecommendation |
ContainerRecommendation.withMemorySizeConfiguration(MemorySizeConfiguration memorySizeConfiguration)
The recommended memory size configurations for the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerRecommendation> |
ECSServiceRecommendationOption.getContainerRecommendations()
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
|
| Modifier and Type | Method and Description |
|---|---|
ECSServiceRecommendationOption |
ECSServiceRecommendationOption.withContainerRecommendations(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 |
|---|---|
void |
ECSServiceRecommendationOption.setContainerRecommendations(Collection<ContainerRecommendation> containerRecommendations)
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
|
ECSServiceRecommendationOption |
ECSServiceRecommendationOption.withContainerRecommendations(Collection<ContainerRecommendation> containerRecommendations)
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
|
Copyright © 2024. All rights reserved.