Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateCpuOptions |
LaunchTemplateCpuOptions.clone() |
LaunchTemplateCpuOptions |
ResponseLaunchTemplateData.getCpuOptions()
The CPU options for the instance.
|
LaunchTemplateCpuOptions |
LaunchTemplateCpuOptions.withAmdSevSnp(AmdSevSnpSpecification amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP.
|
LaunchTemplateCpuOptions |
LaunchTemplateCpuOptions.withAmdSevSnp(String amdSevSnp)
Indicates whether the instance is enabled for AMD SEV-SNP.
|
LaunchTemplateCpuOptions |
LaunchTemplateCpuOptions.withCoreCount(Integer coreCount)
The number of CPU cores for the instance.
|
LaunchTemplateCpuOptions |
LaunchTemplateCpuOptions.withThreadsPerCore(Integer threadsPerCore)
The number of threads per CPU core.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setCpuOptions(LaunchTemplateCpuOptions cpuOptions)
The CPU options for the instance.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withCpuOptions(LaunchTemplateCpuOptions cpuOptions)
The CPU options for the instance.
|
Copyright © 2023. All rights reserved.