Package | Description |
---|---|
com.amazonaws.services.cloudwatch | |
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest request,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler) |
java.util.concurrent.Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
java.util.concurrent.Future<GetMetricStatisticsResult> |
AbstractAmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest request,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.clone() |
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions describing qualities of the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
A list of dimensions describing qualities of the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withEndTime(java.util.Date endTime)
The time stamp to use for determining the last datapoint to return.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withMetricName(java.lang.String metricName)
The name of the metric, with or without spaces.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withNamespace(java.lang.String namespace)
The namespace of the metric, with or without spaces.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withPeriod(java.lang.Integer period)
The granularity, in seconds, of the returned datapoints.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withStartTime(java.util.Date startTime)
The time stamp to use for determining the first datapoint to return.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withStatistics(java.util.Collection<java.lang.String> statistics)
The metric statistics to return.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withStatistics(Statistic... statistics)
The metric statistics to return.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withStatistics(java.lang.String... statistics)
The metric statistics to return.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withUnit(StandardUnit unit)
The unit for the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withUnit(java.lang.String unit)
The unit for the metric.
|
Modifier and Type | Method and Description |
---|---|
Request<GetMetricStatisticsRequest> |
GetMetricStatisticsRequestMarshaller.marshall(GetMetricStatisticsRequest getMetricStatisticsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetMetricStatisticsRequest> |
GetMetricStatisticsRequestMarshaller.marshall(GetMetricStatisticsRequest getMetricStatisticsRequest) |