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 ScheduledUpdateGroupActionScheduledUpdateGroupAction. clone()ScheduledUpdateGroupActionScheduledUpdateGroupAction. withAutoScalingGroupName(String autoScalingGroupName)The name of the group.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withDesiredCapacity(Integer desiredCapacity)The number of instances you prefer to maintain in the group.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withEndTime(Date endTime)The date and time that the action is scheduled to end.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withMaxSize(Integer maxSize)The maximum size of the group.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withMinSize(Integer minSize)The minimum size of the group.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withRecurrence(String recurrence)The recurring schedule for the action.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withScheduledActionARN(String scheduledActionARN)The Amazon Resource Name (ARN) of the scheduled action.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withScheduledActionName(String scheduledActionName)The name of the scheduled action.ScheduledUpdateGroupActionScheduledUpdateGroupAction. withStartTime(Date startTime)The date and time that the action is scheduled to begin.ScheduledUpdateGroupActionScheduledUpdateGroupAction. 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 DescribeScheduledActionsResultDescribeScheduledActionsResult. 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 voidDescribeScheduledActionsResult. setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)The scheduled actions.DescribeScheduledActionsResultDescribeScheduledActionsResult. withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)The scheduled actions.
-