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 BatchStateBatchState. fromValue(String value)Use this in place of valueOf.static BatchStateBatchState. 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 voidCancelSpotFleetRequestsSuccessItem. setCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)The current state of the Spot fleet request.voidCancelSpotFleetRequestsSuccessItem. setPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)The previous state of the Spot fleet request.voidSpotFleetRequestConfig. setSpotFleetRequestState(BatchState spotFleetRequestState)The state of the Spot fleet request.CancelSpotFleetRequestsSuccessItemCancelSpotFleetRequestsSuccessItem. withCurrentSpotFleetRequestState(BatchState currentSpotFleetRequestState)The current state of the Spot fleet request.CancelSpotFleetRequestsSuccessItemCancelSpotFleetRequestsSuccessItem. withPreviousSpotFleetRequestState(BatchState previousSpotFleetRequestState)The previous state of the Spot fleet request.SpotFleetRequestConfigSpotFleetRequestConfig. withSpotFleetRequestState(BatchState spotFleetRequestState)The state of the Spot fleet request.
-