Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static AcceleratorManufacturer |
AcceleratorManufacturer.fromValue(String value)
Use this in place of valueOf.
|
static AcceleratorManufacturer |
AcceleratorManufacturer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceleratorManufacturer[] |
AcceleratorManufacturer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstanceRequirementsRequest |
InstanceRequirementsRequest.withAcceleratorManufacturers(AcceleratorManufacturer... acceleratorManufacturers)
Indicates whether instance types must have accelerators by specific manufacturers.
|
InstanceRequirements |
InstanceRequirements.withAcceleratorManufacturers(AcceleratorManufacturer... acceleratorManufacturers)
Indicates whether instance types must have accelerators by specific manufacturers.
|
Copyright © 2022. All rights reserved.