Uses of Class
com.amazonaws.services.opsworks.model.TimeBasedAutoScalingConfiguration
Packages that use TimeBasedAutoScalingConfiguration
-
Uses of TimeBasedAutoScalingConfiguration in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return TimeBasedAutoScalingConfigurationModifier and TypeMethodDescriptionTimeBasedAutoScalingConfiguration.clone()TimeBasedAutoScalingConfiguration.withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule) AWeeklyAutoScalingScheduleobject with the instance schedule.TimeBasedAutoScalingConfiguration.withInstanceId(String instanceId) The instance ID.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type TimeBasedAutoScalingConfigurationModifier and TypeMethodDescriptionDescribeTimeBasedAutoScalingResult.getTimeBasedAutoScalingConfigurations()An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.Methods in com.amazonaws.services.opsworks.model with parameters of type TimeBasedAutoScalingConfigurationModifier and TypeMethodDescriptionDescribeTimeBasedAutoScalingResult.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 TimeBasedAutoScalingConfigurationModifier and TypeMethodDescriptionvoidDescribeTimeBasedAutoScalingResult.setTimeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations) An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.DescribeTimeBasedAutoScalingResult.withTimeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations) An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.