|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StandardUnit | |
|---|---|
| com.xerox.amazonws.ec2 | |
| com.xerox.amazonws.monitoring | |
| Uses of StandardUnit in com.xerox.amazonws.ec2 |
|---|
| Methods in com.xerox.amazonws.ec2 that return StandardUnit | |
|---|---|
StandardUnit |
ScalingTrigger.getUnit()
|
| Constructors in com.xerox.amazonws.ec2 with parameters of type StandardUnit | |
|---|---|
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 StandardUnit in com.xerox.amazonws.monitoring |
|---|
| Methods in com.xerox.amazonws.monitoring that return StandardUnit | |
|---|---|
static StandardUnit |
StandardUnit.getTypeFromString(String val)
|
static StandardUnit |
StandardUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StandardUnit[] |
StandardUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.xerox.amazonws.monitoring with parameters of type StandardUnit | |
|---|---|
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 | |||||||||