| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.clone() |
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withDesiredCapacity(Integer desiredCapacity)
The number of EC2 instances that should be running in the group.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withEndTime(Date endTime)
The date and time for the recurring schedule to end.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withMaxSize(Integer maxSize)
The maximum number of instances in the Auto Scaling group.
|
ScheduledUpdateGroupActionRequest |
ScheduledUpdateGroupActionRequest.withMinSize(Integer minSize)
The minimum number of instances in 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"). |
| 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 © 2020. All rights reserved.