| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.clone() |
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.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.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withEndTime(Date endTime)
The date and time for the recurring schedule to end, in UTC.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withMaxSize(Integer maxSize)
The maximum size of the Auto Scaling group.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withMinSize(Integer minSize)
The minimum size of the Auto Scaling group.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withRecurrence(String recurrence)
The recurring schedule for the action, in Unix cron syntax format.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withScheduledActionName(String scheduledActionName)
The name of the scaling action.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withStartTime(Date startTime)
The date and time for the action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for
example,
"2019-06-01T00:00:00Z"). |
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withTimeZone(String timeZone)
Specifies the time zone for a cron expression.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledUpdateGroupActionRequest> |
BatchPutScheduledUpdateGroupActionRequest.getScheduledUpdateGroupActions()
One or more scheduled actions.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutScheduledUpdateGroupActionRequest |
BatchPutScheduledUpdateGroupActionRequest.withScheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions)
One or more scheduled actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutScheduledUpdateGroupActionRequest.setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions.
|
BatchPutScheduledUpdateGroupActionRequest |
BatchPutScheduledUpdateGroupActionRequest.withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions.
|
Copyright © 2024. All rights reserved.