A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACTION - org.jclouds.cloudwatch.domain.HistoryItemType
- actionPrefix(String) - Method in class org.jclouds.cloudwatch.options.ListAlarmsOptions
-
The action name prefix.
- actionsEnabled(boolean) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
Indicates whether or not actions should be executed during any changes to the alarm's state.
- afterMarker(Object) - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
-
The token returned by a previous call to indicate that there is more data available.
- afterMarker(Object) - Static method in class org.jclouds.cloudwatch.options.ListMetricsOptions.Builder
- Alarm - Class in org.jclouds.cloudwatch.domain
- Alarm(boolean, Set<String>, String, Date, String, String, ComparisonOperator, Set<Dimension>, int, Set<String>, String, String, Set<String>, int, String, Optional<String>, Date, Alarm.State, Statistics, double, Optional<Unit>) - Constructor for class org.jclouds.cloudwatch.domain.Alarm
- ALARM - org.jclouds.cloudwatch.domain.Alarm.State
- Alarm.State - Enum in org.jclouds.cloudwatch.domain
- alarmAction(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The action to execute when this alarm transitions into an ALARM state from any other state.
- alarmActions(Set<String>) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The list of actions to execute when this alarm transitions into an ALARM state from any other state.
- AlarmApi - Interface in org.jclouds.cloudwatch.features
-
Provides access to Amazon CloudWatch via the Query API
- alarmDescription(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The description of the alarm.
- AlarmHistoryItem - Class in org.jclouds.cloudwatch.domain
- AlarmHistoryItem(String, String, HistoryItemType, String, Date) - Constructor for class org.jclouds.cloudwatch.domain.AlarmHistoryItem
- AlarmHistoryItemHandler - Class in org.jclouds.cloudwatch.xml
- AlarmHistoryItemHandler(DateService) - Constructor for class org.jclouds.cloudwatch.xml.AlarmHistoryItemHandler
- alarmName(String) - Method in class org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
-
The name of the alarm you want to filter against.
- alarmName(String) - Method in class org.jclouds.cloudwatch.options.ListAlarmsOptions
-
The alarm name to retrieve information for.
- alarmName(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The name of the alarm.
- alarmNamePrefix(String) - Method in class org.jclouds.cloudwatch.options.ListAlarmsOptions
-
The alarm name prefix.
- alarmNames(Set<String>) - Method in class org.jclouds.cloudwatch.options.ListAlarmsOptions
-
The list of alarm names to retrieve information for.
- AlarmNamesBinder - Class in org.jclouds.cloudwatch.binders
-
Binds the alarm names request to the http request
- AlarmNamesBinder() - Constructor for class org.jclouds.cloudwatch.binders.AlarmNamesBinder
- apply(Object) - Method in class org.jclouds.cloudwatch.functions.ISO8601Format
- APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- APPROXIMATE_NUMBER_OF_MESSAGES_VISIBLE - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- areActionsEnabled() - Method in class org.jclouds.cloudwatch.domain.Alarm
-
return whether actions are enabled if the alarm state changes
- AUTO_SCALING - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- AUTO_SCALING_GROUP_NAME - Static variable in class org.jclouds.cloudwatch.domain.AutoScalingConstants.Dimension
- AUTO_SCALING_GROUP_NAME - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.Dimension
- AutoScalingConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- AutoScalingConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- AutoScalingConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- AVAILABILITY_ZONE - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.Dimension
- AVERAGE - org.jclouds.cloudwatch.domain.Statistics
B
- BIN_LOG_DISK_USAGE - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- bindErrorHandlers() - Method in class org.jclouds.cloudwatch.config.CloudWatchHttpApiModule
- bindToRequest(R, Object) - Method in class org.jclouds.cloudwatch.binders.AlarmNamesBinder
- bindToRequest(R, Object) - Method in class org.jclouds.cloudwatch.binders.GetMetricStatisticsBinder
- bindToRequest(R, Object) - Method in class org.jclouds.cloudwatch.binders.MetricDataBinder
- BITS - org.jclouds.cloudwatch.domain.Unit
- BITS_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- build() - Method in class org.jclouds.cloudwatch.CloudWatchApiMetadata.Builder
- build() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
Returns a newly-created
GetMetricStatisticsOptionsV2based on the contents of theBuilder. - build() - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
Returns a newly-created
MetricDatumbased on the contents of theBuilder. - build() - Method in class org.jclouds.cloudwatch.domain.StatisticValues.Builder
-
Returns a newly-created
StatisticSetbased on the contents of theBuilder. - builder() - Static method in class org.jclouds.cloudwatch.domain.GetMetricStatistics
-
Returns a new builder.
- builder() - Static method in class org.jclouds.cloudwatch.domain.MetricDatum
-
Returns a new builder.
- builder() - Static method in class org.jclouds.cloudwatch.domain.StatisticValues
-
Returns a new builder.
- Builder() - Constructor for class org.jclouds.cloudwatch.CloudWatchApiMetadata.Builder
- Builder() - Constructor for class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
Creates a new builder.
- Builder() - Constructor for class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
Creates a new builder.
- Builder() - Constructor for class org.jclouds.cloudwatch.domain.StatisticValues.Builder
-
Creates a new builder.
- Builder() - Constructor for class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions.Builder
- Builder() - Constructor for class org.jclouds.cloudwatch.options.ListMetricsOptions.Builder
- buildFormParameters() - Method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions
- buildFormParameters() - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
-
Returns a newly-created
ListMetricsOptionsbased on the contents of theBuilder. - BYTES - org.jclouds.cloudwatch.domain.Unit
- BYTES_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
C
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.AlarmHistoryItemHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.DatapointHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.DimensionHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandlerV2
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.ListAlarmHistoryResponseHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.ListAlarmsForMetricResponseHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.ListAlarmsResponseHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.ListMetricsResponseHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- characters(char[], int, int) - Method in class org.jclouds.cloudwatch.xml.MetricHandler
- clone() - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
- CLOUD_BYTES_DOWNLOADED - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- CLOUD_BYTES_UPLOADED - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- CLOUD_DOWNLOAD_LATENCY - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- CloudWatch - Class in org.jclouds.cloudwatch
-
Utilities for using CloudWatch.
- CloudWatch() - Constructor for class org.jclouds.cloudwatch.CloudWatch
- CloudWatchApi - Interface in org.jclouds.cloudwatch
-
Provides access to Amazon CloudWatch via the Query API
- CloudWatchApiMetadata - Class in org.jclouds.cloudwatch
-
Implementation of
ApiMetadatafor Amazon's CloudWatch api. - CloudWatchApiMetadata() - Constructor for class org.jclouds.cloudwatch.CloudWatchApiMetadata
- CloudWatchApiMetadata(CloudWatchApiMetadata.Builder<?>) - Constructor for class org.jclouds.cloudwatch.CloudWatchApiMetadata
- CloudWatchApiMetadata.Builder<T extends CloudWatchApiMetadata.Builder<T>> - Class in org.jclouds.cloudwatch
- CloudWatchErrorHandler - Class in org.jclouds.cloudwatch.handlers
- CloudWatchHttpApiModule - Class in org.jclouds.cloudwatch.config
-
Configures the Monitoring connection.
- CloudWatchHttpApiModule() - Constructor for class org.jclouds.cloudwatch.config.CloudWatchHttpApiModule
- comparisonOperator(ComparisonOperator) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The arithmetic operation to use when comparing the specified statistic and threshold.
- ComparisonOperator - Enum in org.jclouds.cloudwatch.domain
- CONFIGURATION_UPDATE - org.jclouds.cloudwatch.domain.HistoryItemType
- CONSUMED_READ_CAPACITY_UNITS - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
- CONSUMED_WRITE_CAPACITY_UNITS - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
- CORE_NODES_PENDING - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- CORE_NODES_RUNNING - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- COUNT - org.jclouds.cloudwatch.domain.Unit
- COUNT_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- CPU_UTILIZATION - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- CPU_UTILIZATION - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
D
- DATABASE_CLASS - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.Dimension
- DATABASE_CONNECTIONS - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- Datapoint - Class in org.jclouds.cloudwatch.domain
- Datapoint(Double, Double, Double, Date, Double, Double, Unit, String) - Constructor for class org.jclouds.cloudwatch.domain.Datapoint
- DatapointHandler - Class in org.jclouds.cloudwatch.xml
- DatapointHandler(DateService) - Constructor for class org.jclouds.cloudwatch.xml.DatapointHandler
- dateService - Variable in class org.jclouds.cloudwatch.xml.AlarmHistoryItemHandler
- dateService - Variable in class org.jclouds.cloudwatch.xml.DatapointHandler
- dateService - Variable in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- DB_INSTANCE_IDENTIFIER - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.Dimension
- defaultProperties() - Static method in class org.jclouds.cloudwatch.CloudWatchApiMetadata
- delegate() - Method in class org.jclouds.cloudwatch.domain.ListMetricsResponse
- delete(Iterable<String>) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Deletes all specified alarms.
- dimension(Dimension) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
A dimension describing qualities of the metric.
- dimension(Dimension) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
A dimension describing qualities of the metric.
- dimension(Dimension) - Static method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions.Builder
- dimension(Dimension) - Method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions
-
A dimension describing qualities of the metric.
- dimension(Dimension) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The dimension associated with the metric.
- dimension(Dimension) - Static method in class org.jclouds.cloudwatch.options.ListMetricsOptions.Builder
- dimension(Dimension) - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
-
A dimension to filter the available metrics by.
- dimension(Dimension) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The dimension for the alarm's associated metric.
- Dimension - Class in org.jclouds.cloudwatch.domain
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.AutoScalingConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.DynamoDBConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.EBSConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.EC2Constants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.ELBConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.EMRConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.RDSConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.SNSConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.SQSConstants.Dimension
- Dimension() - Constructor for class org.jclouds.cloudwatch.domain.StorageGatewayConstants.Dimension
- Dimension(String, String) - Constructor for class org.jclouds.cloudwatch.domain.Dimension
- dimensionHandler - Variable in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- DimensionHandler - Class in org.jclouds.cloudwatch.xml
- DimensionHandler() - Constructor for class org.jclouds.cloudwatch.xml.DimensionHandler
- dimensions(Iterable<Dimension>) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
A list of dimensions describing qualities of the metric.
- dimensions(Iterable<Dimension>) - Static method in class org.jclouds.cloudwatch.options.ListMetricsOptions.Builder
- dimensions(Iterable<Dimension>) - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
-
A list of dimensions to filter against.
- dimensions(Set<Dimension>) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
A list of dimensions describing qualities of the metric.
- dimensions(Set<Dimension>) - Static method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions.Builder
- dimensions(Set<Dimension>) - Method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions
-
A list of dimensions describing qualities of the metric.
- dimensions(Set<Dimension>) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The list of dimensions associated with the metric.
- dimensions(Set<Dimension>) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The dimensions for the alarm's associated metric.
- disable(Iterable<String>) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Disables actions for the specified alarms.
- DISK_READ_BYTES - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- DISK_READ_OPS - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- DISK_WRITE_BYTES - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- DISK_WRITE_OPS - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- DYNAMODB - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- DynamoDBConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- DynamoDBConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- DynamoDBConstants.MetricName - Class in org.jclouds.cloudwatch.domain
E
- EBS - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- EBSConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- EBSConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- EBSConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- EC2 - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- EC2Constants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- EC2Constants.Dimension - Class in org.jclouds.cloudwatch.domain
- EC2Constants.MetricName - Class in org.jclouds.cloudwatch.domain
- ELB - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- ELBConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- ELBConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- ELBConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- EMR - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- EMRConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- EMRConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- EMRConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- enable(Iterable<String>) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Enables actions for the specified alarms.
- endDate(Date) - Method in class org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
-
The ending date to retrieve alarm history.
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.AlarmHistoryItemHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.DatapointHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.DimensionHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandlerV2
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.ListAlarmHistoryResponseHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.ListAlarmsForMetricResponseHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.ListAlarmsResponseHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.ListMetricsResponseHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- endElement(String, String, String) - Method in class org.jclouds.cloudwatch.xml.MetricHandler
- endTime(Date) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The time stamp to use for determining the last datapoint to return.
- ENGINE_NAME - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.Dimension
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.Alarm
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.Datapoint
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.Dimension
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.ListMetricsResponse
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.Metric
- equals(Object) - Method in class org.jclouds.cloudwatch.domain.MetricDatum
- evaluationPeriods(int) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The number of periods over which data is compared to the specified threshold.
F
- FREE_STORAGE_SPACE - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- FREEABLE_MEMORY - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- fromValue(String) - Static method in enum org.jclouds.cloudwatch.domain.Alarm.State
- fromValue(String) - Static method in enum org.jclouds.cloudwatch.domain.ComparisonOperator
- fromValue(String) - Static method in enum org.jclouds.cloudwatch.domain.HistoryItemType
- fromValue(String) - Static method in enum org.jclouds.cloudwatch.domain.Statistics
- fromValue(String) - Static method in enum org.jclouds.cloudwatch.domain.Unit
G
- 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.ALARMfrom 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
-
return the list of actions to execute when this alarm transitions into an
Alarm.State.INSUFFICIENT_DATAstate from any other state - 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(GetMetricStatistics) - Method in interface org.jclouds.cloudwatch.features.MetricApi
- getMetricStatistics(GetMetricStatistics, GetMetricStatisticsOptions) - Method in interface org.jclouds.cloudwatch.features.MetricApi
-
Gets statistics for the specified 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
-
Private constructor to enforce using
GetMetricStatistics.Builder. - GetMetricStatistics.Builder - Class in org.jclouds.cloudwatch.domain
- 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
- GetMetricStatisticsResponse - Class in org.jclouds.cloudwatch.domain
-
the list of
Datapointfor the metric - 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.OKstate 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
- GIGABITS - org.jclouds.cloudwatch.domain.Unit
- GIGABITS_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- GIGABYTES - org.jclouds.cloudwatch.domain.Unit
- GIGABYTES_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- GREATER_THAN_OR_EQUAL_TO_THRESHOLD - org.jclouds.cloudwatch.domain.ComparisonOperator
- GREATER_THAN_THRESHOLD - org.jclouds.cloudwatch.domain.ComparisonOperator
- 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
H
- handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.cloudwatch.handlers.CloudWatchErrorHandler
- hashCode() - Method in class org.jclouds.cloudwatch.domain.Alarm
- hashCode() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
- hashCode() - Method in class org.jclouds.cloudwatch.domain.Datapoint
- hashCode() - Method in class org.jclouds.cloudwatch.domain.Dimension
- hashCode() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
- hashCode() - Method in class org.jclouds.cloudwatch.domain.ListMetricsResponse
- hashCode() - Method in class org.jclouds.cloudwatch.domain.Metric
- hashCode() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
- HDFS_BYTES_READ - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- HDFS_BYTES_WRITTEN - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- HDFS_UTILIZATION - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- HEALTHY_HOST_COUNT - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- historyItemType(HistoryItemType) - Method in class org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
-
The type of alarm histories to retrieve.
- HistoryItemType - Enum in org.jclouds.cloudwatch.domain
- HTTP_CODE_BACKEND_2XX - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- HTTP_CODE_BACKEND_3XX - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- HTTP_CODE_BACKEND_4XX - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- HTTP_CODE_BACKEND_5XX - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- HTTP_CODE_ELB_4XX - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- HTTP_CODE_ELB_5XX - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
I
- IMAGE_ID - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.Dimension
- inDimensions() - Method in class org.jclouds.cloudwatch.xml.MetricHandler
- INSTANCE_ID - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.Dimension
- INSTANCE_TYPE - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.Dimension
- instanceId(String) - Static method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions.Builder
- instanceId(String) - Method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions
- INSUFFICIENT_DATA - org.jclouds.cloudwatch.domain.Alarm.State
- insufficientDataAction(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state.
- insufficientDataActions(Set<String>) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state.
- IS_IDLE - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- ISO8601Format - Class in org.jclouds.cloudwatch.functions
- iterator() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
J
- JOB_FLOW_ID - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.Dimension
- JOB_ID - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.Dimension
- JOBS_FAILED - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- JOBS_RUNNING - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
K
- KILOBITS - org.jclouds.cloudwatch.domain.Unit
- KILOBITS_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- KILOBYTES - org.jclouds.cloudwatch.domain.Unit
- KILOBYTES_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
L
- LATENCY - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- LESS_THAN_OR_EQUAL_TO_THRESHOLD - org.jclouds.cloudwatch.domain.ComparisonOperator
- LESS_THAN_THRESHOLD - org.jclouds.cloudwatch.domain.ComparisonOperator
- list() - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return all alarms.
- list() - Method in interface org.jclouds.cloudwatch.features.MetricApi
- list(ListAlarmsOptions) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return all alarms based on the options query
- list(ListMetricsOptions) - Method in interface org.jclouds.cloudwatch.features.MetricApi
-
Returns a list of valid metrics stored for the AWS account owner.
- ListAlarmHistoryOptions - Class in org.jclouds.cloudwatch.options
-
Options used to describe alarm history.
- ListAlarmHistoryOptions() - Constructor for class org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
- ListAlarmHistoryResponseHandler - Class in org.jclouds.cloudwatch.xml
- ListAlarmHistoryResponseHandler(AlarmHistoryItemHandler) - Constructor for class org.jclouds.cloudwatch.xml.ListAlarmHistoryResponseHandler
- ListAlarmHistoryToPagedIterable - Class in org.jclouds.cloudwatch.functions
- ListAlarmsForMetric - Class in org.jclouds.cloudwatch.options
-
Options used to describe alarms for metric.
- ListAlarmsForMetric() - Constructor for class org.jclouds.cloudwatch.options.ListAlarmsForMetric
- ListAlarmsForMetricResponseHandler - Class in org.jclouds.cloudwatch.xml
- ListAlarmsForMetricResponseHandler(MetricAlarmHandler) - Constructor for class org.jclouds.cloudwatch.xml.ListAlarmsForMetricResponseHandler
- ListAlarmsOptions - Class in org.jclouds.cloudwatch.options
-
Options used to describe alarms.
- ListAlarmsOptions() - Constructor for class org.jclouds.cloudwatch.options.ListAlarmsOptions
- ListAlarmsResponseHandler - Class in org.jclouds.cloudwatch.xml
- ListAlarmsResponseHandler(MetricAlarmHandler) - Constructor for class org.jclouds.cloudwatch.xml.ListAlarmsResponseHandler
- ListAlarmsToPagedIterable - Class in org.jclouds.cloudwatch.functions
- listAt(String) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return a single page of alarms based on the options query
- listForMetric(ListAlarmsForMetric) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return alarms all alarms for a single metric.
- listHistory() - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return all history for all alarms.
- listHistory(ListAlarmHistoryOptions) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return all history based on the options query
- listHistoryAt(String) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Return a single page of history for the specified alarm.
- listMetrics(CloudWatchApi, String, ListMetricsOptions) - Static method in class org.jclouds.cloudwatch.CloudWatch
-
List metrics based on the criteria in the
ListMetricsOptionspassed in. - listMetrics(MetricApi, ListMetricsOptions) - Static method in class org.jclouds.cloudwatch.CloudWatch
-
List metrics based on the criteria in the
ListMetricsOptionspassed in. - ListMetricsOptions - Class in org.jclouds.cloudwatch.options
-
Options used to list available metrics.
- ListMetricsOptions() - Constructor for class org.jclouds.cloudwatch.options.ListMetricsOptions
- ListMetricsOptions.Builder - Class in org.jclouds.cloudwatch.options
- ListMetricsResponse - Class in org.jclouds.cloudwatch.domain
-
list of
Metric - ListMetricsResponse(Set<Metric>, String) - Constructor for class org.jclouds.cloudwatch.domain.ListMetricsResponse
- ListMetricsResponseHandler - Class in org.jclouds.cloudwatch.xml
- ListMetricsResponseHandler(MetricHandler) - Constructor for class org.jclouds.cloudwatch.xml.ListMetricsResponseHandler
- LIVE_DATA_NODES - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- LIVE_TASK_TRACKERS - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- LOAD_BALANCER_NAME - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.Dimension
M
- MAP_SLOTS_OPEN - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- markerToNextForCallingArg0(String) - Method in class org.jclouds.cloudwatch.functions.ListAlarmHistoryToPagedIterable
- markerToNextForCallingArg0(String) - Method in class org.jclouds.cloudwatch.functions.ListAlarmsToPagedIterable
- markerToNextForCallingArg0(String) - Method in class org.jclouds.cloudwatch.functions.MetricsToPagedIterable
- maximum(double) - Method in class org.jclouds.cloudwatch.domain.StatisticValues.Builder
-
The maximum value of the sample set.
- MAXIMUM - org.jclouds.cloudwatch.domain.Statistics
- maxRecords(int) - Method in class org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
-
The maximum number of alarm history records to retrieve.
- maxRecords(int) - Method in class org.jclouds.cloudwatch.options.ListAlarmsOptions
-
The maximum number of alarm descriptions to retrieve.
- MEGABITS - org.jclouds.cloudwatch.domain.Unit
- MEGABITS_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- MEGABYTES - org.jclouds.cloudwatch.domain.Unit
- MEGABYTES_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- Metric - Class in org.jclouds.cloudwatch.domain
- Metric(String, String, Set<Dimension>) - Constructor for class org.jclouds.cloudwatch.domain.Metric
- MetricAlarmHandler - Class in org.jclouds.cloudwatch.xml
- MetricAlarmHandler(DateService, DimensionHandler) - Constructor for class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- MetricApi - Interface in org.jclouds.cloudwatch.features
-
Provides access to Amazon CloudWatch via the Query API
- MetricDataBinder - Class in org.jclouds.cloudwatch.binders
-
Binds the metrics request to the http request
- MetricDataBinder(DateService) - Constructor for class org.jclouds.cloudwatch.binders.MetricDataBinder
- MetricDatum - Class in org.jclouds.cloudwatch.domain
- MetricDatum(Iterable<Dimension>, String, Optional<StatisticValues>, Optional<Date>, Unit, Optional<Double>) - Constructor for class org.jclouds.cloudwatch.domain.MetricDatum
-
Private constructor to enforce using
MetricDatum.Builder. - MetricDatum.Builder - Class in org.jclouds.cloudwatch.domain
- MetricHandler - Class in org.jclouds.cloudwatch.xml
- MetricHandler(DimensionHandler) - Constructor for class org.jclouds.cloudwatch.xml.MetricHandler
- metricName(String) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The name of the metric.
- metricName(String) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
The name of the metric.
- metricName(String) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The name of the metric.
- metricName(String) - Static method in class org.jclouds.cloudwatch.options.ListMetricsOptions.Builder
- metricName(String) - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
-
The name of the metric to filter against.
- metricName(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The name for the alarm's associated metric.
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.AutoScalingConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.EBSConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.SNSConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- MetricName() - Constructor for class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- MetricsToPagedIterable - Class in org.jclouds.cloudwatch.functions
- MetricsToPagedIterable(CloudWatchApi) - Constructor for class org.jclouds.cloudwatch.functions.MetricsToPagedIterable
- MICROSECONDS - org.jclouds.cloudwatch.domain.Unit
- MILLISECONDS - org.jclouds.cloudwatch.domain.Unit
- minimum(double) - Method in class org.jclouds.cloudwatch.domain.StatisticValues.Builder
-
The minimum value of the sample set.
- MINIMUM - org.jclouds.cloudwatch.domain.Statistics
- MISSING_BLOCKS - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
N
- namespace(String) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The namespace of the metric.
- namespace(String) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The namespace of the metric.
- namespace(String) - Static method in class org.jclouds.cloudwatch.options.ListMetricsOptions.Builder
- namespace(String) - Method in class org.jclouds.cloudwatch.options.ListMetricsOptions
-
The namespace to filter against.
- namespace(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The namespace for the alarm's associated metric.
- Namespaces - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS provided namespaces as of 2012-04-24.
- NETWORK_IN - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- NETWORK_OUT - Static variable in class org.jclouds.cloudwatch.domain.EC2Constants.MetricName
- NONE - org.jclouds.cloudwatch.domain.Unit
- NUMBER_OF_EMPTY_RECEIVES - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- NUMBER_OF_MESSAGES_DELETED - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- NUMBER_OF_MESSAGES_PUBLISHED - Static variable in class org.jclouds.cloudwatch.domain.SNSConstants.MetricName
- NUMBER_OF_MESSAGES_RECEIVED - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- NUMBER_OF_MESSAGES_SENT - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- NUMBER_OF_NOTIFICATIONS_DELIVERED - Static variable in class org.jclouds.cloudwatch.domain.SNSConstants.MetricName
- NUMBER_OF_NOTIFICATIONS_FAILED - Static variable in class org.jclouds.cloudwatch.domain.SNSConstants.MetricName
O
- OK - org.jclouds.cloudwatch.domain.Alarm.State
- okAction(String) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The action to execute when this alarm transitions into an OK state from any other state.
- okActions(Set<String>) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The list of actions to execute when this alarm transitions into an OK state from any other state.
- OPERATION - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.Dimension
- org.jclouds.cloudwatch - package org.jclouds.cloudwatch
- org.jclouds.cloudwatch.binders - package org.jclouds.cloudwatch.binders
- org.jclouds.cloudwatch.config - package org.jclouds.cloudwatch.config
- org.jclouds.cloudwatch.domain - package org.jclouds.cloudwatch.domain
- org.jclouds.cloudwatch.features - package org.jclouds.cloudwatch.features
- org.jclouds.cloudwatch.functions - package org.jclouds.cloudwatch.functions
- org.jclouds.cloudwatch.handlers - package org.jclouds.cloudwatch.handlers
- org.jclouds.cloudwatch.options - package org.jclouds.cloudwatch.options
- org.jclouds.cloudwatch.xml - package org.jclouds.cloudwatch.xml
P
- PERCENT - org.jclouds.cloudwatch.domain.Unit
- period(int) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The granularity, in seconds, of the returned datapoints.
- period(int) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The period in seconds over which the statistic is applied.
- period(int) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The period in seconds over which the specified statistic is applied.
- PUBLISH_SIZE - Static variable in class org.jclouds.cloudwatch.domain.SNSConstants.MetricName
- putMetricData(CloudWatchApi, String, Iterable<MetricDatum>, String) - Static method in class org.jclouds.cloudwatch.CloudWatch
-
Pushes metrics to CloudWatch.
- putMetricsInNamespace(Iterable<MetricDatum>, String) - Method in interface org.jclouds.cloudwatch.features.MetricApi
-
Publishes metric data points to Amazon CloudWatch.
Q
- QUEUE_NAME - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.Dimension
- QUEUED_WRITES - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
R
- RDS - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- RDSConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- RDSConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- RDSConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- READ_BYTES - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- READ_IO_OPS - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- READ_LATENCY - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- READ_THROUGHPUT - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- READ_TIME - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- REDUCE_SLOTS_OPEN - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- REMAINING_MAP_TASKS - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- REMAINING_MAP_TASKS_PER_SLOT - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- REMAINING_REDUCE_TASKS - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- REPLICA_LAG - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- REQUEST_COUNT - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- RETURNED_ITEM_COUNT - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
- RUNNING_MAP_TASKS - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- RUNNING_REDUCE_TASKS - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
S
- S3_BYTES_READ - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- S3_BYTES_WRITTEN - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- SAMPLE_COUNT - org.jclouds.cloudwatch.domain.Statistics
- sampleCount(double) - Method in class org.jclouds.cloudwatch.domain.StatisticValues.Builder
-
The the number of samples used for the statistic set.
- save(SaveAlarmOptions) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric.
- SaveAlarmOptions - Class in org.jclouds.cloudwatch.options
-
Options used to create/update an alarm.
- SaveAlarmOptions() - Constructor for class org.jclouds.cloudwatch.options.SaveAlarmOptions
- SECONDS - org.jclouds.cloudwatch.domain.Unit
- SENT_MESSAGES_SIZE - Static variable in class org.jclouds.cloudwatch.domain.SQSConstants.MetricName
- setState(String, String, String, Alarm.State) - Method in interface org.jclouds.cloudwatch.features.AlarmApi
-
Temporarily sets the state of an alarm.
- shouldHandleMemberTag() - Method in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- SNS - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- SNSConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- SNSConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- SNSConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- SQS - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- SQSConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- SQSConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- SQSConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- startDate(Date) - Method in class org.jclouds.cloudwatch.options.ListAlarmHistoryOptions
-
The starting date to retrieve alarm history.
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandler
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.GetMetricStatisticsResponseHandlerV2
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.ListAlarmHistoryResponseHandler
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.ListAlarmsForMetricResponseHandler
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.ListAlarmsResponseHandler
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.ListMetricsResponseHandler
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.MetricAlarmHandler
- startElement(String, String, String, Attributes) - Method in class org.jclouds.cloudwatch.xml.MetricHandler
- startTime(Date) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The time stamp to use for determining the first datapoint to return.
- state(Alarm.State) - Method in class org.jclouds.cloudwatch.options.ListAlarmsOptions
-
The state value to be used in matching alarms.
- STATE_UPDATE - org.jclouds.cloudwatch.domain.HistoryItemType
- statistic(Statistics) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The metric statistic to return.
- statistic(Statistics) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The statistic for the metric.
- statistic(Statistics) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The statistic to apply to the alarm's associated metric.
- statistics(Set<Statistics>) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The metric statistics to return.
- Statistics - Enum in org.jclouds.cloudwatch.domain
- statisticValues(StatisticValues) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
The object describing the set of statistical values describing the metric.
- StatisticValues - Class in org.jclouds.cloudwatch.domain
- StatisticValues(double, double, double, double) - Constructor for class org.jclouds.cloudwatch.domain.StatisticValues
- StatisticValues.Builder - Class in org.jclouds.cloudwatch.domain
- STORAGE_GATEWAY - Static variable in class org.jclouds.cloudwatch.domain.Namespaces
- StorageGatewayConstants - Class in org.jclouds.cloudwatch.domain
-
Constants interface for the AWS AutoScaling dimensions and metric names as of 2012-04-24.
- StorageGatewayConstants.Dimension - Class in org.jclouds.cloudwatch.domain
- StorageGatewayConstants.MetricName - Class in org.jclouds.cloudwatch.domain
- string() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
- SUCCESSFUL_REQUEST_LATENCY - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
- sum(double) - Method in class org.jclouds.cloudwatch.domain.StatisticValues.Builder
-
The sum of values for the sample set.
- SUM - org.jclouds.cloudwatch.domain.Statistics
- SWAP_USAGE - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- SYSTEM_ERRORS - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
T
- TABLE_NAME - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.Dimension
- TASK_NODES_PENDING - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- TASK_NODES_RUNNING - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
- TERABITS - org.jclouds.cloudwatch.domain.Unit
- TERABITS_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- TERABYTES - org.jclouds.cloudwatch.domain.Unit
- TERABYTES_PER_SECOND - org.jclouds.cloudwatch.domain.Unit
- threshold(double) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The value against which the specified statistic is compared.
- THROTTLED_REQUESTS - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
- timestamp(Date) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
The time stamp used for the metric.
- toBuilder() - Method in class org.jclouds.cloudwatch.CloudWatchApiMetadata
- TOPIC_NAME - Static variable in class org.jclouds.cloudwatch.domain.SNSConstants.Dimension
- toString() - Method in class org.jclouds.cloudwatch.domain.Alarm
- toString() - Method in class org.jclouds.cloudwatch.domain.AlarmHistoryItem
- toString() - Method in enum org.jclouds.cloudwatch.domain.ComparisonOperator
- toString() - Method in class org.jclouds.cloudwatch.domain.Datapoint
- toString() - Method in class org.jclouds.cloudwatch.domain.Dimension
- toString() - Method in class org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
- toString() - Method in enum org.jclouds.cloudwatch.domain.HistoryItemType
- toString() - Method in class org.jclouds.cloudwatch.domain.ListMetricsResponse
- toString() - Method in class org.jclouds.cloudwatch.domain.Metric
- toString() - Method in class org.jclouds.cloudwatch.domain.MetricDatum
- toString() - Method in enum org.jclouds.cloudwatch.domain.Statistics
- toString() - Method in enum org.jclouds.cloudwatch.domain.Unit
- TOTAL_LOAD - Static variable in class org.jclouds.cloudwatch.domain.EMRConstants.MetricName
U
- UNHEALTHY_HOST_COUNT - Static variable in class org.jclouds.cloudwatch.domain.ELBConstants.MetricName
- unit(Unit) - Method in class org.jclouds.cloudwatch.domain.GetMetricStatistics.Builder
-
The unit for the metric.
- unit(Unit) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
The unit for the metric.
- unit(Unit) - Static method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions.Builder
- unit(Unit) - Method in class org.jclouds.cloudwatch.options.GetMetricStatisticsOptions
- unit(Unit) - Method in class org.jclouds.cloudwatch.options.ListAlarmsForMetric
-
The unit for the metric.
- unit(Unit) - Method in class org.jclouds.cloudwatch.options.SaveAlarmOptions
-
The unit for the alarm's associated metric.
- Unit - Enum in org.jclouds.cloudwatch.domain
- UNRECOGNIZED - org.jclouds.cloudwatch.domain.Alarm.State
- UNRECOGNIZED - org.jclouds.cloudwatch.domain.ComparisonOperator
- UNRECOGNIZED - org.jclouds.cloudwatch.domain.HistoryItemType
- UNRECOGNIZED - org.jclouds.cloudwatch.domain.Statistics
- UNRECOGNIZED - org.jclouds.cloudwatch.domain.Unit
- USER_ERRORS - Static variable in class org.jclouds.cloudwatch.domain.DynamoDBConstants.MetricName
V
- value() - Method in enum org.jclouds.cloudwatch.domain.ComparisonOperator
- value() - Method in enum org.jclouds.cloudwatch.domain.HistoryItemType
- value() - Method in enum org.jclouds.cloudwatch.domain.Statistics
- value() - Method in enum org.jclouds.cloudwatch.domain.Unit
- value(Double) - Method in class org.jclouds.cloudwatch.domain.MetricDatum.Builder
-
The value for the metric.
- 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
W
- WORKING_STORAGE_FREE - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- WORKING_STORAGE_PERCENT_USED - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- WORKING_STORAGE_USED - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- WRITE_BYTES - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
- WRITE_IO_OPS - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- WRITE_LATENCY - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- WRITE_THROUGHPUT - Static variable in class org.jclouds.cloudwatch.domain.RDSConstants.MetricName
- WRITE_TIME - Static variable in class org.jclouds.cloudwatch.domain.StorageGatewayConstants.MetricName
All Classes All Packages