| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetInstanceMatchCriteria |
FleetInstanceMatchCriteria.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FleetInstanceMatchCriteria |
CreateCapacityReservationFleetRequest.instanceMatchCriteria()
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
FleetInstanceMatchCriteria |
CapacityReservationFleet.instanceMatchCriteria()
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
FleetInstanceMatchCriteria |
CreateCapacityReservationFleetResponse.instanceMatchCriteria()
The instance matching criteria for the Capacity Reservation Fleet.
|
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 |
|---|---|
static Set<FleetInstanceMatchCriteria> |
FleetInstanceMatchCriteria.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCapacityReservationFleetRequest.Builder |
CreateCapacityReservationFleetRequest.Builder.instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
CapacityReservationFleet.Builder |
CapacityReservationFleet.Builder.instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
|
CreateCapacityReservationFleetResponse.Builder |
CreateCapacityReservationFleetResponse.Builder.instanceMatchCriteria(FleetInstanceMatchCriteria instanceMatchCriteria)
The instance matching criteria for the Capacity Reservation Fleet.
|
Copyright © 2022. All rights reserved.