Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CpuOptions |
CpuOptions.clone() |
CpuOptions |
Instance.getCpuOptions()
The CPU options for the instance.
|
CpuOptions |
CpuOptions.withAmdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP.
|
CpuOptions |
CpuOptions.withAmdSevSnp(String amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP.
|
CpuOptions |
CpuOptions.withCoreCount(Integer coreCount)
The number of CPU cores for the instance.
|
CpuOptions |
CpuOptions.withThreadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
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 © 2023. All rights reserved.