Uses of Enum
com.amazonaws.services.ec2.model.BatchState
Packages that use BatchState
-
Uses of BatchState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return BatchStateModifier and TypeMethodDescriptionstatic BatchState
Use this in place of valueOf.static BatchState
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 BatchStateModifier and TypeMethodDescriptionvoid
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.withCurrentSpotFleetRequestState
(BatchState currentSpotFleetRequestState) The current state of the Spot fleet request.CancelSpotFleetRequestsSuccessItem.withPreviousSpotFleetRequestState
(BatchState previousSpotFleetRequestState) The previous state of the Spot fleet request.SpotFleetRequestConfig.withSpotFleetRequestState
(BatchState spotFleetRequestState) The state of the Spot fleet request.