| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CpuOptions |
CpuOptions.clone() |
CpuOptions |
Instance.getCpuOptions()
The CPU options for the instance.
|
CpuOptions |
CpuOptions.withCoreCount(Integer coreCount)
The number of cores that the CPU can use.
|
CpuOptions |
CpuOptions.withThreadsPerCore(Integer threadsPerCore)
The number of threads per core in the CPU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setCpuOptions(CpuOptions cpuOptions)
The CPU options for the instance.
|
Instance |
Instance.withCpuOptions(CpuOptions cpuOptions)
The CPU options for the instance.
|
Copyright © 2021. All rights reserved.