|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Trigger | |
|---|---|
| com.amazonaws.services.autoscaling.model | Classes modeling the various types represented by AmazonAutoScaling. |
| Uses of Trigger in com.amazonaws.services.autoscaling.model |
|---|
| Methods in com.amazonaws.services.autoscaling.model that return Trigger | |
|---|---|
Trigger |
Trigger.withAutoScalingGroupName(String autoScalingGroupName)
Contains the name of the AutoScalingGroup to which the trigger belongs. |
Trigger |
Trigger.withBreachDuration(Integer breachDuration)
Specifies the amount of time to wait while the trigger is firing before performing scaling activities in response to the breach. |
Trigger |
Trigger.withCreatedTime(Date createdTime)
Contains the creation date and time for the trigger. |
Trigger |
Trigger.withCustomUnit(String customUnit)
Returns a reference to this object so that method calls can be chained together. |
Trigger |
Trigger.withDimensions(Collection<Dimension> dimensions)
Contains the dimensions used to retrieve metric statistics that the trigger uses to determine when to fire. |
Trigger |
Trigger.withDimensions(Dimension... dimensions)
Contains the dimensions used to retrieve metric statistics that the trigger uses to determine when to fire. |
Trigger |
Trigger.withLowerBreachScaleIncrement(String lowerBreachScaleIncrement)
Specifies the incremental amount to use when performing scaling activities when the lower threshold has been breached. |
Trigger |
Trigger.withLowerThreshold(Double lowerThreshold)
Specifies the lower limit for the metric. |
Trigger |
Trigger.withMeasureName(String measureName)
Contains the measure name used by the trigger to determine when to fire. |
Trigger |
Trigger.withNamespace(String namespace)
Returns a reference to this object so that method calls can be chained together. |
Trigger |
Trigger.withPeriod(Integer period)
Specifies the period used in retrieving metric statistics used by the trigger to determine when to fire. |
Trigger |
Trigger.withStatistic(String statistic)
Contains the statistic used by the trigger to determine which metric statistics to examine. |
Trigger |
Trigger.withStatus(String status)
Provides the current status of the trigger. |
Trigger |
Trigger.withTriggerName(String triggerName)
Contains the name of the trigger. |
Trigger |
Trigger.withUnit(String unit)
Contains the standard unit associated with a measure; used by the trigger when fetching the metric statistics it uses to determine when to activate. |
Trigger |
Trigger.withUpperBreachScaleIncrement(String upperBreachScaleIncrement)
Specifies the incremental amount to use when performing scaling activities when the upper threshold has been breached. |
Trigger |
Trigger.withUpperThreshold(Double upperThreshold)
Specifies the upper limit of the metric used. |
| Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type Trigger | |
|---|---|
List<Trigger> |
DescribeTriggersResult.getTriggers()
|
| Methods in com.amazonaws.services.autoscaling.model with parameters of type Trigger | |
|---|---|
DescribeTriggersResult |
DescribeTriggersResult.withTriggers(Trigger... triggers)
Returns a reference to this object so that method calls can be chained together. |
| Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type Trigger | |
|---|---|
void |
DescribeTriggersResult.setTriggers(Collection<Trigger> triggers)
|
DescribeTriggersResult |
DescribeTriggersResult.withTriggers(Collection<Trigger> triggers)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||