Uses of Enum
com.amazonaws.services.elasticbeanstalk.model.ActionHistoryStatus
Packages that use ActionHistoryStatus
-
Uses of ActionHistoryStatus in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ActionHistoryStatusModifier and TypeMethodDescriptionstatic ActionHistoryStatus
Use this in place of valueOf.static ActionHistoryStatus
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 ActionHistoryStatusModifier and TypeMethodDescriptionvoid
ManagedActionHistoryItem.setStatus
(ActionHistoryStatus status) The status of the action.ManagedActionHistoryItem.withStatus
(ActionHistoryStatus status) The status of the action.