Uses of Class
com.amazonaws.services.opsworks.model.TimeBasedAutoScalingConfiguration

Packages that use TimeBasedAutoScalingConfiguration
com.amazonaws.services.opsworks.model Classes modeling the various types represented by AWSOpsWorks. 
 

Uses of TimeBasedAutoScalingConfiguration in com.amazonaws.services.opsworks.model
 

Methods in com.amazonaws.services.opsworks.model that return TimeBasedAutoScalingConfiguration
 TimeBasedAutoScalingConfiguration TimeBasedAutoScalingConfiguration.withAutoScalingSchedule(WeeklyAutoScalingSchedule autoScalingSchedule)
          A WeeklyAutoScalingSchedule object with the instance schedule.
 TimeBasedAutoScalingConfiguration TimeBasedAutoScalingConfiguration.withInstanceId(String instanceId)
          The instance ID.
 

Methods in com.amazonaws.services.opsworks.model that return types with arguments of type TimeBasedAutoScalingConfiguration
 List<TimeBasedAutoScalingConfiguration> DescribeTimeBasedAutoScalingResult.getTimeBasedAutoScalingConfigurations()
          An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.
 

Methods in com.amazonaws.services.opsworks.model with parameters of type TimeBasedAutoScalingConfiguration
 DescribeTimeBasedAutoScalingResult DescribeTimeBasedAutoScalingResult.withTimeBasedAutoScalingConfigurations(TimeBasedAutoScalingConfiguration... timeBasedAutoScalingConfigurations)
          An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.
 

Method parameters in com.amazonaws.services.opsworks.model with type arguments of type TimeBasedAutoScalingConfiguration
 void DescribeTimeBasedAutoScalingResult.setTimeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)
          An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.
 DescribeTimeBasedAutoScalingResult DescribeTimeBasedAutoScalingResult.withTimeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)
          An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.
 



Copyright © 2016. All rights reserved.