|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Statistics | |
---|---|
com.xerox.amazonws.ec2 | |
com.xerox.amazonws.monitoring |
Uses of Statistics in com.xerox.amazonws.ec2 |
---|
Methods in com.xerox.amazonws.ec2 that return Statistics | |
---|---|
Statistics |
ScalingTrigger.getStatistic()
|
Constructors in com.xerox.amazonws.ec2 with parameters of type Statistics | |
---|---|
ScalingTrigger(String name,
String autoScalingGroupName,
String measureName,
Statistics statistic,
Map<String,String> dimensions,
int period,
StandardUnit unit,
String customUnit,
double lowerThreshold,
String lowerBreachScaleIncrement,
double upperThreshold,
String upperBreachScaleIncrement,
int breachDuration,
String status,
Calendar createdTime)
|
Uses of Statistics in com.xerox.amazonws.monitoring |
---|
Methods in com.xerox.amazonws.monitoring that return Statistics | |
---|---|
static Statistics |
Statistics.getTypeFromString(String val)
|
static Statistics |
Statistics.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Statistics[] |
Statistics.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in com.xerox.amazonws.monitoring with type arguments of type Statistics | |
---|---|
MetricStatisticsResult |
Monitoring.getMetricStatistics(int period,
List<Statistics> statistics,
String namespace,
Map<String,String> dimensions,
Date startTime,
Date endTime,
String measureName,
StandardUnit unit,
String customUnit)
Describe the AMIs that match the intersection of the criteria supplied |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |