Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static BatchState |
BatchState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
CancelSpotFleetRequestsSuccessItem.setCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot fleet request.
|
void |
CancelSpotFleetRequestsSuccessItem.setPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot fleet request.
|
void |
SpotFleetRequestConfig.setSpotFleetRequestState(BatchState spotFleetRequestState)
The state of the Spot fleet request.
|
CancelSpotFleetRequestsSuccessItem |
CancelSpotFleetRequestsSuccessItem.withCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)
The current state of the Spot fleet request.
|
CancelSpotFleetRequestsSuccessItem |
CancelSpotFleetRequestsSuccessItem.withPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)
The previous state of the Spot fleet request.
|
SpotFleetRequestConfig |
SpotFleetRequestConfig.withSpotFleetRequestState(BatchState spotFleetRequestState)
The state of the Spot fleet request.
|
Copyright © 2017. All rights reserved.