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) AWeeklyAutoScalingSchedule
object 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 ofTimeBasedAutoScalingConfiguration
objects 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 ofTimeBasedAutoScalingConfiguration
objects that describe the configuration for the specified instances.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type TimeBasedAutoScalingConfigurationModifier and TypeMethodDescriptionvoid
DescribeTimeBasedAutoScalingResult.setTimeBasedAutoScalingConfigurations
(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations) An array ofTimeBasedAutoScalingConfiguration
objects that describe the configuration for the specified instances.DescribeTimeBasedAutoScalingResult.withTimeBasedAutoScalingConfigurations
(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations) An array ofTimeBasedAutoScalingConfiguration
objects that describe the configuration for the specified instances.