- GATEWAY_ID - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.Dimension
-
- GATEWAY_NAME - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.Dimension
-
- getAlarmActions() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return list of actions to perform when the alarm state changes to
Alarm.State.ALARM from any other state
- getAlarmApi() - Method in interface org.jclouds.cloudwatch.CloudWatchApi
-
Provides synchronous access to Alarm features.
- getAlarmApiForRegion(String) - Method in interface org.jclouds.cloudwatch.CloudWatchApi
-
Provides synchronous access to Alarm features.
- getAlarmARN() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the Amazon Resource Name (ARN) of the alarm
- getAlarmConfigurationUpdatedTimestamp() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the date timestamp of when the alarm was last updated
- getAlarmDescription() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the description of the alarm
- getAlarmName() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the name of the alarm
- getAlarmName() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
return the descriptive name for the alarm
- getAverage() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return Average of samples for the datapoint.
- getComparisonOperator() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the arithmetic operation to use when comparing the specified statistic and threshold
- getConfiguredRegions() - Method in interface org.jclouds.cloudwatch.CloudWatchApi
-
- getCustomUnit() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return CustomUnit defined for the datapoint.
- getDimensions() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the list of dimensions associated with the alarm's associated metric
- getDimensions() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the set of dimensions for this request
- getDimensions() - Method in class org.jclouds.cloudwatch.domain.Metric
-
return the available dimensions for the metric
- getDimensions() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
-
return the list of dimensions describing the the metric.
- getEndTime() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the end time for this request
- getEvaluationPeriods() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the number of periods over which data is compared to the specified threshold
- getHistoryData() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
return the machine-readable data about the alarm in JSON format
- getHistoryItemType() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
return the type of alarm history item
- getHistorySummary() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
return the human-readable summary of the alarm history
- getInsufficientDataActions() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
- getLabel() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
-
return the label describing the specified metric
- getMaximum() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return Maximum of the samples used for the datapoint.
- getMaximum() - Method in class org.jclouds.cloudwatch.domain.StatisticValues
-
return the maximum value of the sample set
- getMetricApi() - Method in interface org.jclouds.cloudwatch.CloudWatchApi
-
Provides synchronous access to Metric features.
- getMetricApiForRegion(String) - Method in interface org.jclouds.cloudwatch.CloudWatchApi
-
Provides synchronous access to Metric features.
- getMetricName() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the name of the alarm's metric
- getMetricName() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the metric name for this request
- getMetricName() - Method in class org.jclouds.cloudwatch.domain.Metric
-
return the metric name for the metric.
- getMetricName() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
-
return the metric name for the metric.
- GetMetricStatistics - Class in org.jclouds.cloudwatch.domain
-
Options use to get statistics for the specified metric.
- GetMetricStatistics(Set<Dimension>, Date, String, String, int, Date, Set<Statistics>, Unit) - Constructor for class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
- getMetricStatistics(GetMetricStatistics, GetMetricStatisticsOptions) - Method in interface org.jclouds.cloudwatch.features.MetricApi
-
Gets statistics for the specified metric.
- getMetricStatistics(GetMetricStatistics) - Method in interface org.jclouds.cloudwatch.features.MetricApi
-
- GetMetricStatistics.Builder - Class in org.jclouds.cloudwatch.domain
-
- GetMetricStatistics.Builder() - Constructor for class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
Creates a new builder.
- GetMetricStatisticsBinder - Class in org.jclouds.cloudwatch.binders
-
Binds the metrics request to the http request
- GetMetricStatisticsBinder(DateService) - Constructor for class org.jclouds.cloudwatch.binders.GetMetricStatisticsBinder
-
- GetMetricStatisticsOptions - Class in org.jclouds.cloudwatch.options
-
Options used to control metric statistics are returned
- GetMetricStatisticsOptions() - Constructor for class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions
-
- GetMetricStatisticsOptions.Builder - Class in org.jclouds.cloudwatch.options
-
- GetMetricStatisticsOptions.Builder() - Constructor for class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions.Builder
-
- GetMetricStatisticsResponse - Class in org.jclouds.cloudwatch.domain
-
- GetMetricStatisticsResponse(Iterable<Datapoint>, String) - Constructor for class org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
-
- GetMetricStatisticsResponseHandler - Class in org.jclouds.cloudwatch.xml
-
- GetMetricStatisticsResponseHandler(DatapointHandler) - Constructor for class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandler
-
- GetMetricStatisticsResponseHandlerV2 - Class in org.jclouds.cloudwatch.xml
-
- GetMetricStatisticsResponseHandlerV2(DatapointHandler) - Constructor for class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandlerV2
-
- getMinimum() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return Minimum of samples for the datapoint.
- getMinimum() - Method in class org.jclouds.cloudwatch.domain.StatisticValues
-
return the minimum value of the sample set
- getName() - Method in class org.jclouds.cloudwatch.domain.Dimension
-
return the dimension name.
- getNamespace() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the namespace of alarm's associated metric
- getNamespace() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the namespace for this request
- getNamespace() - Method in class org.jclouds.cloudwatch.domain.Metric
-
return the namespace for the metric
- getNextToken() - Method in class org.jclouds.cloudwatch.domain.ListMetricsResponse
-
return the next token or null if there is none.
- getOkActions() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the list of actions to execute when this alarm transitions into an
Alarm.State.OK state from any other
state
- getPeriod() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the period in seconds over which the statistic is applied
- getPeriod() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the period for this request
- getResult() - Method in class org.jclouds.cloudwatch.xml.AlarmHistoryItemHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.DatapointHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.DimensionHandler
- getResult() - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandlerV2
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.ListAlarmHistoryResponseHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.ListAlarmsForMetricResponseHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.ListAlarmsResponseHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.ListMetricsResponseHandler
- getResult() - Method in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
-
- getResult() - Method in class org.jclouds.cloudwatch.xml.MetricHandler
- getSampleCount() - Method in class org.jclouds.cloudwatch.domain.StatisticValues
-
return the number of samples used for the statistic set
- getSamples() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return The number of Measurements that contributed to the aggregate value of this datapoint.
- getStartTime() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the start time for this request
- getState() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the state value for the alarm
- getStateReason() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the human-readable explanation for the alarm's state
- getStateReasonData() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the explanation for the alarm's state in machine-readable JSON format
- getStateUpdatedTimestamp() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the time stamp of the last update to the alarm's state
- getStatistic() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the statistic to apply to the alarm's associated metric
- getStatistics() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the statistics for this request
- getStatisticValues() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
-
return the object describing the set of statistical values for the metric
- getSum() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return Sum of samples for the datapoint.
- getSum() - Method in class org.jclouds.cloudwatch.domain.StatisticValues
-
return the sum of values for the sample set
- getThreshold() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the value against which the specified statistic is compared
- getTimestamp() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
-
return the time stamp for the alarm history item
- getTimestamp() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return Indicates the beginning of the time aggregation for this value and samples.
- getTimestamp() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
-
return the time stamp used for the metric
- getUnit() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return the unit of the alarm's associated metric
- getUnit() - Method in class org.jclouds.cloudwatch.domain.Datapoint
-
return Standard unit used for the datapoint.
- getUnit() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
return the unit for this request
- getUnit() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
-
return Standard unit used for the metric.
- getValue() - Method in class org.jclouds.cloudwatch.domain.Dimension
-
return the dimension value.
- getValue() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
-
return the actual value of the metric
- GROUP_DESIRED_CAPACITY - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- GROUP_IN_SERVICE_INSTANCES - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- GROUP_MAX_SIZE - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- GROUP_MIN_SIZE - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- GROUP_PENDING_INSTANCES - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- GROUP_TERMINATING_INSTANCES - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- GROUP_TOTAL_INSTANCES - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
-
- value() - Method in enum org.jclouds.cloudwatch.domain.ComparisonOperator
-
- value() - Method in enum org.jclouds.cloudwatch.domain.HistoryItemType
-
- value(Double) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
The value for the metric.
- value() - Method in enum org.jclouds.cloudwatch.domain.Statistics
-
- value() - Method in enum org.jclouds.cloudwatch.domain.Unit
-
- valueOf(String) - Static method in enum org.jclouds.cloudwatch.domain.Alarm.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.cloudwatch.domain.ComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.cloudwatch.domain.HistoryItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.cloudwatch.domain.Statistics
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jclouds.cloudwatch.domain.Unit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jclouds.cloudwatch.domain.Alarm.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.cloudwatch.domain.ComparisonOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.cloudwatch.domain.HistoryItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.cloudwatch.domain.Statistics
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jclouds.cloudwatch.domain.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VOLUME_ID - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.Dimension
-
- VOLUME_ID - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.Dimension
-
- VOLUME_IDLE_TIME - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_QUEUE_LENGTH - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_READ_BYTES - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_READ_OPS - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_TOTAL_READ_TIME - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_TOTAL_WRITE_TIME - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_WRITE_BYTES - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-
- VOLUME_WRITE_OPS - Static variable in class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
-