Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VCpuCountRange |
VCpuCountRange.clone() |
VCpuCountRange |
InstanceRequirements.getVCpuCount()
The minimum and maximum number of vCPUs.
|
VCpuCountRange |
VCpuCountRange.withMax(Integer max)
The maximum number of vCPUs.
|
VCpuCountRange |
VCpuCountRange.withMin(Integer min)
The minimum number of vCPUs.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceRequirements.setVCpuCount(VCpuCountRange vCpuCount)
The minimum and maximum number of vCPUs.
|
InstanceRequirements |
InstanceRequirements.withVCpuCount(VCpuCountRange vCpuCount)
The minimum and maximum number of vCPUs.
|
Copyright © 2023. All rights reserved.