Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static FleetInstanceMatchCriteria |
FleetInstanceMatchCriteria.fromValue(String value)
Use this in place of valueOf.
|
static FleetInstanceMatchCriteria |
FleetInstanceMatchCriteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetInstanceMatchCriteria[] |
FleetInstanceMatchCriteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateCapacityReservationFleetRequest |
CreateCapacityReservationFleetRequest.withInstanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
CapacityReservationFleet |
CapacityReservationFleet.withInstanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
CreateCapacityReservationFleetResult |
CreateCapacityReservationFleetResult.withInstanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
The instance matching criteria for the Capacity Reservation Fleet.
|
Copyright © 2021. All rights reserved.