Uses of Class
com.amazonaws.services.cloudwatch.model.GetMetricStatisticsRequest
Packages that use GetMetricStatisticsRequest
-
Uses of GetMetricStatisticsRequest in com.amazonaws.services.cloudwatch
Methods in com.amazonaws.services.cloudwatch with parameters of type GetMetricStatisticsRequestModifier and TypeMethodDescriptionAbstractAmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest request) AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest) Gets statistics for the specified metric.AmazonCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest) Gets statistics for the specified metric.AbstractAmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest request) AbstractAmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest request, AsyncHandler<GetMetricStatisticsRequest, GetMetricStatisticsResult> asyncHandler) AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest) Gets statistics for the specified metric.AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest, AsyncHandler<GetMetricStatisticsRequest, GetMetricStatisticsResult> asyncHandler) Gets statistics for the specified metric.AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest request) AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest request, AsyncHandler<GetMetricStatisticsRequest, GetMetricStatisticsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudwatch with type arguments of type GetMetricStatisticsRequestModifier and TypeMethodDescriptionAbstractAmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest request, AsyncHandler<GetMetricStatisticsRequest, GetMetricStatisticsResult> asyncHandler) AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest, AsyncHandler<GetMetricStatisticsRequest, GetMetricStatisticsResult> asyncHandler) Gets statistics for the specified metric.AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest request, AsyncHandler<GetMetricStatisticsRequest, GetMetricStatisticsResult> asyncHandler) -
Uses of GetMetricStatisticsRequest in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return GetMetricStatisticsRequestModifier and TypeMethodDescriptionGetMetricStatisticsRequest.clone()GetMetricStatisticsRequest.withDimensions(Dimension... dimensions) A list of dimensions describing qualities of the metric.GetMetricStatisticsRequest.withDimensions(Collection<Dimension> dimensions) A list of dimensions describing qualities of the metric.GetMetricStatisticsRequest.withEndTime(Date endTime) The time stamp to use for determining the last datapoint to return.GetMetricStatisticsRequest.withMetricName(String metricName) The name of the metric, with or without spaces.GetMetricStatisticsRequest.withNamespace(String namespace) The namespace of the metric, with or without spaces.GetMetricStatisticsRequest.withPeriod(Integer period) The granularity, in seconds, of the returned datapoints.GetMetricStatisticsRequest.withStartTime(Date startTime) The time stamp to use for determining the first datapoint to return.GetMetricStatisticsRequest.withStatistics(Statistic... statistics) The metric statistics to return.GetMetricStatisticsRequest.withStatistics(String... statistics) The metric statistics to return.GetMetricStatisticsRequest.withStatistics(Collection<String> statistics) The metric statistics to return.GetMetricStatisticsRequest.withUnit(StandardUnit unit) The unit for the metric.The unit for the metric.