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 ManagedAction
ManagedAction. clone()
ManagedAction
ManagedAction. withActionDescription(String actionDescription)
A description of the managed action.ManagedAction
ManagedAction. withActionId(String actionId)
A unique identifier for the managed action.ManagedAction
ManagedAction. withActionType(ActionType actionType)
The type of managed action.ManagedAction
ManagedAction. withActionType(String actionType)
The type of managed action.ManagedAction
ManagedAction. withStatus(ActionStatus status)
The status of the managed action.ManagedAction
ManagedAction. withStatus(String status)
The status of the managed action.ManagedAction
ManagedAction. 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 DescribeEnvironmentManagedActionsResult
DescribeEnvironmentManagedActionsResult. 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 void
DescribeEnvironmentManagedActionsResult. setManagedActions(Collection<ManagedAction> managedActions)
A list of upcoming and in-progress managed actions.DescribeEnvironmentManagedActionsResult
DescribeEnvironmentManagedActionsResult. withManagedActions(Collection<ManagedAction> managedActions)
A list of upcoming and in-progress managed actions.
-