|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dimension | |
|---|---|
| com.amazonaws.services.autoscaling.model | Classes modeling the various types represented by AmazonAutoScaling. |
| Uses of Dimension in com.amazonaws.services.autoscaling.model |
|---|
| Methods in com.amazonaws.services.autoscaling.model that return Dimension | |
|---|---|
Dimension |
Dimension.withName(String name)
Specifies the name of the Dimension. |
Dimension |
Dimension.withValue(String value)
Specifies the value of the Dimension. |
| Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type Dimension | |
|---|---|
List<Dimension> |
CreateOrUpdateScalingTriggerRequest.getDimensions()
A list of dimensions associated with the metric used by the trigger to determine whether to fire. |
List<Dimension> |
Trigger.getDimensions()
Contains the dimensions used to retrieve metric statistics that the trigger uses to determine when to fire. |
| Methods in com.amazonaws.services.autoscaling.model with parameters of type Dimension | |
|---|---|
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric used by the trigger to determine whether to fire. |
Trigger |
Trigger.withDimensions(Dimension... dimensions)
Contains the dimensions used to retrieve metric statistics that the trigger uses to determine when to fire. |
| Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type Dimension | |
|---|---|
void |
CreateOrUpdateScalingTriggerRequest.setDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric used by the trigger to determine whether to fire. |
void |
Trigger.setDimensions(Collection<Dimension> dimensions)
Contains the dimensions used to retrieve metric statistics that the trigger uses to determine when to fire. |
CreateOrUpdateScalingTriggerRequest |
CreateOrUpdateScalingTriggerRequest.withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric used by the trigger to determine whether to fire. |
Trigger |
Trigger.withDimensions(Collection<Dimension> dimensions)
Contains the dimensions used to retrieve metric statistics that the trigger uses to determine when to fire. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||