Uses of Class
com.amazonaws.services.autoscaling.model.ScheduledUpdateGroupAction
-
Packages that use ScheduledUpdateGroupAction Package Description com.amazonaws.services.autoscaling.model -
-
Uses of ScheduledUpdateGroupAction in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ScheduledUpdateGroupAction Modifier and Type Method Description ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. clone()
ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withDesiredCapacity(Integer desiredCapacity)
The number of instances you prefer to maintain in the group.ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withEndTime(Date endTime)
The date and time that the action is scheduled to end.ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withMaxSize(Integer maxSize)
The maximum size of the group.ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withMinSize(Integer minSize)
The minimum size of the group.ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withRecurrence(String recurrence)
The recurring schedule for the action.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 that the action is scheduled to begin.ScheduledUpdateGroupAction
ScheduledUpdateGroupAction. withTime(Date time)
This parameter is deprecated.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type ScheduledUpdateGroupAction Modifier and Type Method Description List<ScheduledUpdateGroupAction>
DescribeScheduledActionsResult. getScheduledUpdateGroupActions()
The scheduled actions.Methods in com.amazonaws.services.autoscaling.model with parameters of type ScheduledUpdateGroupAction Modifier and Type Method Description DescribeScheduledActionsResult
DescribeScheduledActionsResult. withScheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)
The scheduled actions.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type ScheduledUpdateGroupAction Modifier and Type Method Description void
DescribeScheduledActionsResult. setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.DescribeScheduledActionsResult
DescribeScheduledActionsResult. withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)
The scheduled actions.
-