| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetType |
FleetType.fromValue(String value)
Use this in place of valueOf.
|
static FleetType |
FleetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetType[] |
FleetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FleetAttributes.setFleetType(FleetType fleetType)
Indicates whether the fleet uses on-demand or spot instances.
|
void |
CreateFleetRequest.setFleetType(FleetType fleetType)
Indicates whether to use On-Demand instances or Spot instances for this fleet.
|
FleetAttributes |
FleetAttributes.withFleetType(FleetType fleetType)
Indicates whether the fleet uses on-demand or spot instances.
|
CreateFleetRequest |
CreateFleetRequest.withFleetType(FleetType fleetType)
Indicates whether to use On-Demand instances or Spot instances for this fleet.
|
Copyright © 2020. All rights reserved.