|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateOrUpdateScalingTriggerRequest | |
---|---|
com.amazonaws.services.autoscaling | Synchronous and asynchronous client classes for accessing AmazonAutoScaling. |
com.amazonaws.services.autoscaling.model | Classes modeling the various types represented by AmazonAutoScaling. |
Uses of CreateOrUpdateScalingTriggerRequest in com.amazonaws.services.autoscaling |
---|
Methods in com.amazonaws.services.autoscaling with parameters of type CreateOrUpdateScalingTriggerRequest | |
---|---|
void |
AmazonAutoScalingClient.createOrUpdateScalingTrigger(CreateOrUpdateScalingTriggerRequest createOrUpdateScalingTriggerRequest)
Sets the parameters that govern how and when to scale an AutoScaling group. |
void |
AmazonAutoScaling.createOrUpdateScalingTrigger(CreateOrUpdateScalingTriggerRequest createOrUpdateScalingTriggerRequest)
Sets the parameters that govern how and when to scale an AutoScaling group. |
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateScalingTriggerAsync(CreateOrUpdateScalingTriggerRequest createOrUpdateScalingTriggerRequest)
Sets the parameters that govern how and when to scale an AutoScaling group. |
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateScalingTriggerAsync(CreateOrUpdateScalingTriggerRequest createOrUpdateScalingTriggerRequest)
Sets the parameters that govern how and when to scale an AutoScaling group. |
Uses of CreateOrUpdateScalingTriggerRequest in com.amazonaws.services.autoscaling.model |
---|
Methods in com.amazonaws.services.autoscaling.model that return CreateOrUpdateScalingTriggerRequest | |
---|---|
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup to be associated with the trigger. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withBreachDuration(Integer breachDuration)
The amount of time, in seconds, used to evaluate and determine if a breach is occurring. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withCustomUnit(String customUnit)
The standard unit of measurement for a given measure that the trigger uses when fetching metrics to examine. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric used by the trigger to determine whether to fire. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric used by the trigger to determine whether to fire. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withLowerBreachScaleIncrement(String lowerBreachScaleIncrement)
The incremental amount to use when performing scaling activities after the lower threshold has been breached. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withLowerThreshold(Double lowerThreshold)
The lower limit for the metric. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withMeasureName(String measureName)
The measure name associated with the metric used by the trigger to determine when to fire. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withNamespace(String namespace)
Returns a reference to this object so that method calls can be chained together. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withPeriod(Integer period)
The period, in seconds, associated witht he metric statistics. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withStatistic(String statistic)
The statistic that the trigger when fetching metrics to examine. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withTriggerName(String triggerName)
The name for the trigger. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withUnit(String unit)
Returns a reference to this object so that method calls can be chained together. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withUpperBreachScaleIncrement(String upperBreachScaleIncrement)
The incremental amount to use when performing scaling activities after the upper threshold has been breached. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withUpperThreshold(Double upperThreshold)
The upper limit for the metric. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |