Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ActionHistoryStatus
-
Packages that use ActionHistoryStatus Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ActionHistoryStatus in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ActionHistoryStatus Modifier and Type Method Description static ActionHistoryStatus
ActionHistoryStatus. fromValue(String value)
Use this in place of valueOf.static ActionHistoryStatus
ActionHistoryStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionHistoryStatus[]
ActionHistoryStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ActionHistoryStatus Modifier and Type Method Description void
ManagedActionHistoryItem. setStatus(ActionHistoryStatus status)
The status of the action.ManagedActionHistoryItem
ManagedActionHistoryItem. withStatus(ActionHistoryStatus status)
The status of the action.
-