Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ManagedAction
-
Packages that use ManagedAction Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ManagedAction in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ManagedAction Modifier and Type Method Description ManagedActionManagedAction. clone()ManagedActionManagedAction. withActionDescription(String actionDescription)A description of the managed action.ManagedActionManagedAction. withActionId(String actionId)A unique identifier for the managed action.ManagedActionManagedAction. withActionType(ActionType actionType)The type of managed action.ManagedActionManagedAction. withActionType(String actionType)The type of managed action.ManagedActionManagedAction. withStatus(ActionStatus status)The status of the managed action.ManagedActionManagedAction. withStatus(String status)The status of the managed action.ManagedActionManagedAction. withWindowStartTime(Date windowStartTime)The start time of the maintenance window in which the managed action will execute.Methods in com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ManagedAction Modifier and Type Method Description List<ManagedAction>DescribeEnvironmentManagedActionsResult. getManagedActions()A list of upcoming and in-progress managed actions.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ManagedAction Modifier and Type Method Description DescribeEnvironmentManagedActionsResultDescribeEnvironmentManagedActionsResult. withManagedActions(ManagedAction... managedActions)A list of upcoming and in-progress managed actions.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ManagedAction Modifier and Type Method Description voidDescribeEnvironmentManagedActionsResult. setManagedActions(Collection<ManagedAction> managedActions)A list of upcoming and in-progress managed actions.DescribeEnvironmentManagedActionsResultDescribeEnvironmentManagedActionsResult. withManagedActions(Collection<ManagedAction> managedActions)A list of upcoming and in-progress managed actions.
-