| 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 Auto Scaling group.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withDesiredCapacity(Integer desiredCapacity)
The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the
capacity it attempts to maintain.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withEndTime(Date endTime)
The date and time in UTC for the recurring schedule 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 recurring schedule for the action, in Unix cron syntax format.
|
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 in UTC for this action to start.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withTime(Date time)
This parameter is no longer used.
|
ScheduledUpdateGroupAction |
ScheduledUpdateGroupAction.withTimeZone(String timeZone)
The time zone for the cron expression.
|
| 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 © 2022. All rights reserved.