Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<ManagedAction> |
DescribeEnvironmentManagedActionsResult.getManagedActions()
A list of upcoming and in-progress managed actions.
|
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentManagedActionsResult |
DescribeEnvironmentManagedActionsResult.withManagedActions(ManagedAction... managedActions)
A list of upcoming and in-progress managed actions.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.