| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceMatchCriteria |
InstanceMatchCriteria.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InstanceMatchCriteria |
CapacityReservation.instanceMatchCriteria()
Indicates the type of instance launches that the Capacity Reservation accepts.
|
InstanceMatchCriteria |
CreateCapacityReservationRequest.instanceMatchCriteria()
Indicates the type of instance launches that the Capacity Reservation accepts.
|
static InstanceMatchCriteria |
InstanceMatchCriteria.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceMatchCriteria[] |
InstanceMatchCriteria.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<InstanceMatchCriteria> |
InstanceMatchCriteria.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CapacityReservation.Builder |
CapacityReservation.Builder.instanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation accepts.
|
CreateCapacityReservationRequest.Builder |
CreateCapacityReservationRequest.Builder.instanceMatchCriteria(InstanceMatchCriteria instanceMatchCriteria)
Indicates the type of instance launches that the Capacity Reservation accepts.
|
Copyright © 2023. All rights reserved.