Uses of Enum
com.amazonaws.services.ec2.model.BatchState
Packages that use BatchState
-
Uses of BatchState in com.amazonaws.services.ec2.model
Subclasses with type arguments of type BatchState in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return BatchStateModifier and TypeMethodDescriptionstatic BatchStateUse this in place of valueOf.static BatchStateReturns 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 TypeMethodDescriptionvoidCancelSpotFleetRequestsSuccessItem.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.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.