Uses of Class
com.amazonaws.services.autoscaling.model.ScheduledUpdateGroupAction
Packages that use ScheduledUpdateGroupAction
-
Uses of ScheduledUpdateGroupAction in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ScheduledUpdateGroupActionModifier and TypeMethodDescriptionScheduledUpdateGroupAction.clone()
ScheduledUpdateGroupAction.withAutoScalingGroupName
(String autoScalingGroupName) The name of the group.ScheduledUpdateGroupAction.withDesiredCapacity
(Integer desiredCapacity) The number of instances you prefer to maintain in the group.ScheduledUpdateGroupAction.withEndTime
(Date endTime) The date and time that the action is scheduled to end.ScheduledUpdateGroupAction.withMaxSize
(Integer maxSize) The maximum size of the group.ScheduledUpdateGroupAction.withMinSize
(Integer minSize) The minimum size of the group.ScheduledUpdateGroupAction.withRecurrence
(String recurrence) The recurring schedule for the action.ScheduledUpdateGroupAction.withScheduledActionARN
(String scheduledActionARN) The Amazon Resource Name (ARN) of the scheduled action.ScheduledUpdateGroupAction.withScheduledActionName
(String scheduledActionName) The name of the scheduled action.ScheduledUpdateGroupAction.withStartTime
(Date startTime) The date and time that the action is scheduled to begin.This parameter is deprecated.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type ScheduledUpdateGroupActionModifier and TypeMethodDescriptionDescribeScheduledActionsResult.getScheduledUpdateGroupActions()
The scheduled actions.Methods in com.amazonaws.services.autoscaling.model with parameters of type ScheduledUpdateGroupActionModifier and TypeMethodDescriptionDescribeScheduledActionsResult.withScheduledUpdateGroupActions
(ScheduledUpdateGroupAction... scheduledUpdateGroupActions) The scheduled actions.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type ScheduledUpdateGroupActionModifier and TypeMethodDescriptionvoid
DescribeScheduledActionsResult.setScheduledUpdateGroupActions
(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions) The scheduled actions.DescribeScheduledActionsResult.withScheduledUpdateGroupActions
(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions) The scheduled actions.