Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.clone() |
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withDesiredCapacity(Integer desiredCapacity)
The number of instances you prefer to maintain in the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withEndTime(Date endTime)
The date and time that the action is scheduled to end.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withMaxSize(Integer maxSize)
The maximum size of the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withMinSize(Integer minSize)
The minimum size of the group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withRecurrence(String recurrence)
The recurring schedule for the action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withScheduledActionARN(String scheduledActionARN)
The Amazon Resource Name (ARN) of the scheduled action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withScheduledActionName(String scheduledActionName)
The name of the scheduled action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withStartTime(Date startTime)
The date and time that the action is scheduled to begin.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withTime(Date time)
This parameter is deprecated.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
|
Copyright © 2018. All rights reserved.