|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dimension | |
|---|---|
| com.amazonaws.services.cloudwatch.model | Classes modeling the various types represented by AmazonCloudWatch. |
| Uses of Dimension in com.amazonaws.services.cloudwatch.model |
|---|
| Methods in com.amazonaws.services.cloudwatch.model that return Dimension | |
|---|---|
Dimension |
Dimension.withName(String name)
Sets the value of the Name property for this object. |
Dimension |
Dimension.withValue(String value)
Sets the value of the Value property for this object. |
| Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Dimension | |
|---|---|
List<Dimension> |
Metric.getDimensions()
Returns the value of the Dimensions property for this object. |
List<Dimension> |
GetMetricStatisticsRequest.getDimensions()
Returns the value of the Dimensions property for this object. |
| Methods in com.amazonaws.services.cloudwatch.model with parameters of type Dimension | |
|---|---|
Metric |
Metric.withDimensions(Dimension... dimensions)
Sets the value of the Dimensions property for this object. |
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
Sets the value of the Dimensions property for this object. |
| Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Dimension | |
|---|---|
void |
Metric.setDimensions(Collection<Dimension> dimensions)
Sets the value of the Dimensions property for this object. |
void |
GetMetricStatisticsRequest.setDimensions(Collection<Dimension> dimensions)
Sets the value of the Dimensions property for this object. |
Metric |
Metric.withDimensions(Collection<Dimension> dimensions)
Sets the value of the Dimensions property for this object. |
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Collection<Dimension> dimensions)
Sets the value of the Dimensions property for this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||