Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CpuOptionsRequest |
CpuOptionsRequest.clone() |
CpuOptionsRequest |
RunInstancesRequest.getCpuOptions()
The CPU options for the instance.
|
CpuOptionsRequest |
CpuOptionsRequest.withCoreCount(Integer coreCount)
The number of CPU cores for the instance.
|
CpuOptionsRequest |
CpuOptionsRequest.withThreadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
Modifier and Type | Method and Description |
---|---|
void |
RunInstancesRequest.setCpuOptions(CpuOptionsRequest cpuOptions)
The CPU options for the instance.
|
RunInstancesRequest |
RunInstancesRequest.withCpuOptions(CpuOptionsRequest cpuOptions)
The CPU options for the instance.
|
Copyright © 2022. All rights reserved.