| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.clone() |
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2FleetConfiguration.getInstanceCapabilities()
The Amazon EC2 instance capabilities.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withAllowedInstanceTypes(Collection<String> allowedInstanceTypes)
The allowable Amazon EC2 instance types.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withAllowedInstanceTypes(String... allowedInstanceTypes)
The allowable Amazon EC2 instance types.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCpuArchitectureType(CpuArchitectureType cpuArchitectureType)
The CPU architecture type.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCpuArchitectureType(String cpuArchitectureType)
The CPU architecture type.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCustomAmounts(Collection<FleetAmountCapability> customAmounts)
The custom capability amounts to require for instances in this fleet.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCustomAmounts(FleetAmountCapability... customAmounts)
The custom capability amounts to require for instances in this fleet.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCustomAttributes(Collection<FleetAttributeCapability> customAttributes)
The custom capability attributes to require for instances in this fleet.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withCustomAttributes(FleetAttributeCapability... customAttributes)
The custom capability attributes to require for instances in this fleet.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withExcludedInstanceTypes(Collection<String> excludedInstanceTypes)
The instance types to exclude from the fleet.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withExcludedInstanceTypes(String... excludedInstanceTypes)
The instance types to exclude from the fleet.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withMemoryMiB(MemoryMiBRange memoryMiB)
The memory, as MiB, for the Amazon EC2 instance type.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withOsFamily(ServiceManagedFleetOperatingSystemFamily osFamily)
The operating system (OS) family.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withOsFamily(String osFamily)
The operating system (OS) family.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withRootEbsVolume(Ec2EbsVolume rootEbsVolume)
The root EBS volume.
|
ServiceManagedEc2InstanceCapabilities |
ServiceManagedEc2InstanceCapabilities.withVCpuCount(VCpuCountRange vCpuCount)
The amount of vCPU to require for instances in this fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceManagedEc2FleetConfiguration.setInstanceCapabilities(ServiceManagedEc2InstanceCapabilities instanceCapabilities)
The Amazon EC2 instance capabilities.
|
ServiceManagedEc2FleetConfiguration |
ServiceManagedEc2FleetConfiguration.withInstanceCapabilities(ServiceManagedEc2InstanceCapabilities instanceCapabilities)
The Amazon EC2 instance capabilities.
|
Copyright © 2025. All rights reserved.