| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
FleetType |
CreateFleetRequest.fleetType()
Indicates whether to use On-Demand instances or Spot instances for this fleet.
|
FleetType |
FleetAttributes.fleetType()
Indicates whether the fleet uses on-demand or spot instances.
|
static FleetType |
FleetType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FleetType> |
FleetType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.fleetType(FleetType fleetType)
Indicates whether to use On-Demand instances or Spot instances for this fleet.
|
FleetAttributes.Builder |
FleetAttributes.Builder.fleetType(FleetType fleetType)
Indicates whether the fleet uses on-demand or spot instances.
|
Copyright © 2020. All rights reserved.