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