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 ActionHistoryStatusActionHistoryStatus. fromValue(String value)Use this in place of valueOf.static ActionHistoryStatusActionHistoryStatus. 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 voidManagedActionHistoryItem. setStatus(ActionHistoryStatus status)The status of the action.ManagedActionHistoryItemManagedActionHistoryItem. withStatus(ActionHistoryStatus status)The status of the action.
-