| Package | Description |
|---|---|
| com.amazonaws.services.ec2.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 |
SpotFleetRequestConfigData.setType(FleetType type)
The type of request.
|
SpotFleetRequestConfigData |
SpotFleetRequestConfigData.withType(FleetType type)
The type of request.
|
CreateFleetRequest |
CreateFleetRequest.withType(FleetType type)
The type of the request.
|
FleetData |
FleetData.withType(FleetType type)
The type of request.
|
Copyright © 2019. All rights reserved.