Uses of Class
com.amazonaws.services.ec2.model.BatchState
-
Packages that use BatchState Package Description com.amazonaws.services.ec2.model -
-
Uses of BatchState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return BatchState Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type BatchState Modifier and Type Method 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.
-