| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
ComputeConfiguration |
ComputeConfiguration.clone() |
ComputeConfiguration |
LambdaFunctionConfiguration.getCompute()
Details about the compute configuration.
|
ComputeConfiguration |
EcsServiceConfiguration.getCompute()
Details about the compute configuration.
|
ComputeConfiguration |
ComputeConfiguration.withArchitecture(String architecture)
The architecture of the resource.
|
ComputeConfiguration |
ComputeConfiguration.withMemorySizeInMB(Integer memorySizeInMB)
The memory size of the resource.
|
ComputeConfiguration |
ComputeConfiguration.withPlatform(String platform)
The platform of the resource.
|
ComputeConfiguration |
ComputeConfiguration.withVCpu(Double vCpu)
The number of vCPU cores in the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionConfiguration.setCompute(ComputeConfiguration compute)
Details about the compute configuration.
|
void |
EcsServiceConfiguration.setCompute(ComputeConfiguration compute)
Details about the compute configuration.
|
LambdaFunctionConfiguration |
LambdaFunctionConfiguration.withCompute(ComputeConfiguration compute)
Details about the compute configuration.
|
EcsServiceConfiguration |
EcsServiceConfiguration.withCompute(ComputeConfiguration compute)
Details about the compute configuration.
|
Copyright © 2023. All rights reserved.