| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.clone() |
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.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.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withEndTime(Date endTime)
The date and time for the recurring schedule to end, in UTC.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withMaxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withMinSize(Integer minSize)
The minimum size of the Auto Scaling group.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withRecurrence(String recurrence)
The recurring schedule for this action.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withScheduledActionName(String scheduledActionName)
The name of this scaling action.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withStartTime(Date startTime)
The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for
example,
"2019-06-01T00:00:00Z"). |
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withTime(Date time)
This parameter is no longer used.
|
PutScheduledUpdateGroupActionRequest |
PutScheduledUpdateGroupActionRequest.withTimeZone(String timeZone)
Specifies the time zone for a cron expression.
|
Copyright © 2021. All rights reserved.