| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchState |
CancelSpotFleetRequestsSuccessItem.currentSpotFleetRequestState()
The current state of the Spot Fleet request.
|
static BatchState |
BatchState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
BatchState |
CancelSpotFleetRequestsSuccessItem.previousSpotFleetRequestState()
The previous state of the Spot Fleet request.
|
BatchState |
SpotFleetRequestConfig.spotFleetRequestState()
The state of the Spot Fleet request.
|
static BatchState |
BatchState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchState[] |
BatchState.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<BatchState> |
BatchState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CancelSpotFleetRequestsSuccessItem.Builder |
CancelSpotFleetRequestsSuccessItem.Builder.currentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot Fleet request.
|
CancelSpotFleetRequestsSuccessItem.Builder |
CancelSpotFleetRequestsSuccessItem.Builder.previousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot Fleet request.
|
SpotFleetRequestConfig.Builder |
SpotFleetRequestConfig.Builder.spotFleetRequestState(BatchState spotFleetRequestState)
The state of the Spot Fleet request.
|
Copyright © 2023. All rights reserved.