Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group to be updated.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withDesiredCapacity(Integer desiredCapacity)
The number of instances you prefer to maintain in your Auto Scaling
group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withEndTime(Date endTime)
The time that the action is scheduled to end.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withMaxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withMinSize(Integer minSize)
The minimum size of the Auto Scaling group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withRecurrence(String recurrence)
The regular schedule that an action occurs.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withScheduledActionARN(String scheduledActionARN)
The Amazon Resource Name (ARN) of this scheduled action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withScheduledActionName(String scheduledActionName)
The name of this scheduled action.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withStartTime(Date startTime)
The time that the action is scheduled to begin.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withTime(Date time)
Time is deprecated. |
Modifier and Type | Method and Description |
---|---|
List<ScheduledUpdateGroupAction> |
DescribeScheduledActionsResult.getScheduledUpdateGroupActions()
A list of scheduled actions designed to update an Auto Scaling group.
|
Modifier and Type | Method and Description |
---|---|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScheduledActionsResult.setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.
|
DescribeScheduledActionsResult |
DescribeScheduledActionsResult.withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
A list of scheduled actions designed to update an Auto Scaling group.
|
Copyright © 2014. All rights reserved.