Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ManagedAction> |
DescribeEnvironmentManagedActionsResult.managedActions
A list of upcoming and in-progress managed actions.
|
Modifier and Type | Method and Description |
---|---|
ManagedAction |
ManagedAction.clone() |
ManagedAction |
ManagedAction.withActionDescription(java.lang.String actionDescription)
A description of the managed action.
|
ManagedAction |
ManagedAction.withActionId(java.lang.String actionId)
A unique identifier for the managed action.
|
ManagedAction |
ManagedAction.withActionType(ActionType actionType)
The type of managed action.
|
ManagedAction |
ManagedAction.withActionType(java.lang.String actionType)
The type of managed action.
|
ManagedAction |
ManagedAction.withStatus(ActionStatus status)
The status of the managed action.
|
ManagedAction |
ManagedAction.withStatus(java.lang.String status)
The status of the managed action.
|
ManagedAction |
ManagedAction.withWindowStartTime(java.util.Date windowStartTime)
The start time of the maintenance window in which the managed action will
execute.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ManagedAction> managedActions)
A list of upcoming and in-progress managed actions.
|
DescribeEnvironmentManagedActionsResult |
DescribeEnvironmentManagedActionsResult.withManagedActions(java.util.Collection<ManagedAction> managedActions)
A list of upcoming and in-progress managed actions.
|
Modifier and Type | Method and Description |
---|---|
ManagedAction |
ManagedActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |