Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static CapacityReservationState |
CapacityReservationState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
GetCapacityReservationUsageResult |
GetCapacityReservationUsageResult.withState(CapacityReservationState state)
The current state of the Capacity Reservation.
|
CapacityReservation |
CapacityReservation.withState(CapacityReservationState state)
The current state of the Capacity Reservation.
|
Copyright © 2021. All rights reserved.