Package | com.amazonaws.services.cloudwatch.model |
Class | public class DimensionFilter |
Inheritance | DimensionFilter ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | July 14. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
Default C'tor. | DimensionFilter | ||
getName():String
The dimension name to be matched. | DimensionFilter | ||
getValue():String
The value of the dimension to be matched. | DimensionFilter | ||
setName(name:String):void
The dimension name to be matched. | DimensionFilter | ||
setValue(value:String):void
The value of the dimension to be matched. | DimensionFilter | ||
toString():String
Returns a string representation of this object; useful for testing and debugging. | DimensionFilter | ||
withName(name:String):DimensionFilter
The dimension name to be matched. | DimensionFilter | ||
withValue(value:String):DimensionFilter
The value of the dimension to be matched. | DimensionFilter |
DimensionFilter | () | Constructor |
public function DimensionFilter()
Default C'tor.
getName | () | method |
public function getName():String
The dimension name to be matched.
Length: 1 - 255 ReturnsString — The dimension name to be matched.
|
getValue | () | method |
public function getValue():String
The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.
Length: 1 - 255 ReturnsString — The value of the dimension to be matched.
Specifying a Name without specifying a Value returns all values associated with that Name.
|
setName | () | method |
public function setName(name:String):void
The dimension name to be matched.
Length: 1 - 255Parameters
name:String — The dimension name to be matched.
|
setValue | () | method |
public function setValue(value:String):void
The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name.
Length: 1 - 255Parameters
value:String — The value of the dimension to be matched.
Specifying a Name without specifying a Value returns all values associated with that Name.
|
toString | () | method |
public function toString():String
Returns a string representation of this object; useful for testing and debugging.
ReturnsString — A string representation of this object.
|
withName | () | method |
public function withName(name:String):DimensionFilter
The dimension name to be matched. Returns a reference to this object so that method calls can be chained together.
Length: 1 - 255Parameters
name:String — The dimension name to be matched.
|
DimensionFilter — A reference to this updated object so that method calls can be chained together.
|
withValue | () | method |
public function withValue(value:String):DimensionFilter
The value of the dimension to be matched. Specifying a Name without specifying a Value returns all values associated with that Name. Returns a reference to this object so that method calls can be chained together.
Length: 1 - 255Parameters
value:String — The value of the dimension to be matched.
Specifying a Name without specifying a Value returns all values associated with that Name.
|
DimensionFilter — A reference to this updated object so that method calls can be chained together.
|