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