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 ActionHistoryStatusUse this in place of valueOf.static ActionHistoryStatusReturns 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 TypeMethodDescriptionvoidManagedActionHistoryItem.setStatus(ActionHistoryStatus status) The status of the action.ManagedActionHistoryItem.withStatus(ActionHistoryStatus status) The status of the action.