Uses of Class
com.amazonaws.services.opsworks.model.TimeBasedAutoScalingConfiguration
-
Packages that use TimeBasedAutoScalingConfiguration Package Description com.amazonaws.services.opsworks.model -
-
Uses of TimeBasedAutoScalingConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return TimeBasedAutoScalingConfiguration Modifier and Type Method Description TimeBasedAutoScalingConfigurationTimeBasedAutoScalingConfiguration. clone()TimeBasedAutoScalingConfigurationTimeBasedAutoScalingConfiguration. withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)AWeeklyAutoScalingScheduleobject with the instance schedule.TimeBasedAutoScalingConfigurationTimeBasedAutoScalingConfiguration. withInstanceId(String instanceId)The instance ID.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type TimeBasedAutoScalingConfiguration Modifier and Type Method Description List<TimeBasedAutoScalingConfiguration>DescribeTimeBasedAutoScalingResult. getTimeBasedAutoScalingConfigurations()An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.Methods in com.amazonaws.services.opsworks.model with parameters of type TimeBasedAutoScalingConfiguration Modifier and Type Method Description DescribeTimeBasedAutoScalingResultDescribeTimeBasedAutoScalingResult. withTimeBasedAutoScalingConfigurations(TimeBasedAutoScalingConfiguration... timeBasedAutoScalingConfigurations)An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type TimeBasedAutoScalingConfiguration Modifier and Type Method Description voidDescribeTimeBasedAutoScalingResult. setTimeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.DescribeTimeBasedAutoScalingResultDescribeTimeBasedAutoScalingResult. withTimeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.
-