Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ScheduledUpdateGroupAction> |
DescribeScheduledActionsResult.scheduledUpdateGroupActions
The scheduled actions.
|
Modifier and Type | Method and Description |
---|---|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.clone() |
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withDesiredCapacity(java.lang.Integer desiredCapacity)
The number of instances you prefer to maintain in the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withEndTime(java.util.Date endTime)
The date and time that the action is scheduled to end.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withMaxSize(java.lang.Integer maxSize)
The maximum size of the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withMinSize(java.lang.Integer minSize)
The minimum size of the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withRecurrence(java.lang.String recurrence)
The recurring schedule for the action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withScheduledActionARN(java.lang.String scheduledActionARN)
The Amazon Resource Name (ARN) of the scheduled action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withScheduledActionName(java.lang.String scheduledActionName)
The name of the scheduled action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withStartTime(java.util.Date startTime)
The date and time that the action is scheduled to begin.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withTime(java.util.Date time)
This parameter is deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScheduledUpdateGroupAction> |
DescribeScheduledActionsResult.getScheduledUpdateGroupActions()
The scheduled actions.
|
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScheduledActionsResult.setScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledUpdateGroupActions(java.util.Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
Modifier and Type | Method and Description |
---|---|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |