| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
VCpuCountRange |
VCpuCountRange.clone() |
VCpuCountRange |
CustomerManagedWorkerCapabilities.getVCpuCount()
The vCPU count for the customer manged worker capabilities.
|
VCpuCountRange |
ServiceManagedEc2InstanceCapabilities.getVCpuCount()
The amount of vCPU to require for instances in this fleet.
|
VCpuCountRange |
VCpuCountRange.withMax(Integer max)
The maximum amount of vCPU.
|
VCpuCountRange |
VCpuCountRange.withMin(Integer min)
The minimum amount of vCPU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerManagedWorkerCapabilities.setVCpuCount(VCpuCountRange vCpuCount)
The vCPU count for the customer manged worker capabilities.
|
void |
ServiceManagedEc2InstanceCapabilities.setVCpuCount(VCpuCountRange vCpuCount)
The amount of vCPU to require for instances in this fleet.
|
CustomerManagedWorkerCapabilities |
CustomerManagedWorkerCapabilities.withVCpuCount(VCpuCountRange vCpuCount)
The vCPU count for the customer manged worker capabilities.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withVCpuCount(VCpuCountRange vCpuCount)
The amount of vCPU to require for instances in this fleet.
|
Copyright © 2024. All rights reserved.