Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ManagedAction
Packages that use ManagedAction
-
Uses of ManagedAction in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ManagedActionModifier and TypeMethodDescriptionManagedAction.clone()
ManagedAction.withActionDescription
(String actionDescription) A description of the managed action.ManagedAction.withActionId
(String actionId) A unique identifier for the managed action.ManagedAction.withActionType
(ActionType actionType) The type of managed action.ManagedAction.withActionType
(String actionType) The type of managed action.ManagedAction.withStatus
(ActionStatus status) The status of the managed action.ManagedAction.withStatus
(String status) The status of the managed action.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 ManagedActionModifier and TypeMethodDescriptionDescribeEnvironmentManagedActionsResult.getManagedActions()
A list of upcoming and in-progress managed actions.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ManagedActionModifier and TypeMethodDescriptionDescribeEnvironmentManagedActionsResult.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 ManagedActionModifier and TypeMethodDescriptionvoid
DescribeEnvironmentManagedActionsResult.setManagedActions
(Collection<ManagedAction> managedActions) A list of upcoming and in-progress managed actions.DescribeEnvironmentManagedActionsResult.withManagedActions
(Collection<ManagedAction> managedActions) A list of upcoming and in-progress managed actions.