Uses of Class
software.amazon.awssdk.services.opsworks.model.TimeBasedAutoScalingConfiguration
-
Packages that use TimeBasedAutoScalingConfiguration Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of TimeBasedAutoScalingConfiguration in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type TimeBasedAutoScalingConfiguration Modifier and Type Method Description List<TimeBasedAutoScalingConfiguration>DescribeTimeBasedAutoScalingResponse. timeBasedAutoScalingConfigurations()An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type TimeBasedAutoScalingConfiguration Modifier and Type Method Description DescribeTimeBasedAutoScalingResponse.BuilderDescribeTimeBasedAutoScalingResponse.Builder. timeBasedAutoScalingConfigurations(TimeBasedAutoScalingConfiguration... timeBasedAutoScalingConfigurations)An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type TimeBasedAutoScalingConfiguration Modifier and Type Method Description DescribeTimeBasedAutoScalingResponse.BuilderDescribeTimeBasedAutoScalingResponse.Builder. timeBasedAutoScalingConfigurations(Collection<TimeBasedAutoScalingConfiguration> timeBasedAutoScalingConfigurations)An array ofTimeBasedAutoScalingConfigurationobjects that describe the configuration for the specified instances.
-