Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetMetricStatisticsRequest.Builder
Packages that use GetMetricStatisticsRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of GetMetricStatisticsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type GetMetricStatisticsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.getMetricStatistics(Consumer<GetMetricStatisticsRequest.Builder> getMetricStatisticsRequest) Gets statistics for the specified metric.default GetMetricStatisticsResponseCloudWatchClient.getMetricStatistics(Consumer<GetMetricStatisticsRequest.Builder> getMetricStatisticsRequest) Gets statistics for the specified metric. -
Uses of GetMetricStatisticsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetMetricStatisticsRequest.BuilderModifier and TypeMethodDescriptionGetMetricStatisticsRequest.builder()GetMetricStatisticsRequest.Builder.dimensions(Collection<Dimension> dimensions) The dimensions.GetMetricStatisticsRequest.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) The dimensions.GetMetricStatisticsRequest.Builder.dimensions(Dimension... dimensions) The dimensions.The time stamp that determines the last data point to return.GetMetricStatisticsRequest.Builder.extendedStatistics(String... extendedStatistics) The percentile statistics.GetMetricStatisticsRequest.Builder.extendedStatistics(Collection<String> extendedStatistics) The percentile statistics.GetMetricStatisticsRequest.Builder.metricName(String metricName) The name of the metric, with or without spaces.The namespace of the metric, with or without spaces.GetMetricStatisticsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetMetricStatisticsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The granularity, in seconds, of the returned data points.The time stamp that determines the first data point to return.GetMetricStatisticsRequest.Builder.statistics(Collection<Statistic> statistics) The metric statistics, other than percentile.GetMetricStatisticsRequest.Builder.statistics(Statistic... statistics) The metric statistics, other than percentile.GetMetricStatisticsRequest.Builder.statisticsWithStrings(String... statistics) The metric statistics, other than percentile.GetMetricStatisticsRequest.Builder.statisticsWithStrings(Collection<String> statistics) The metric statistics, other than percentile.GetMetricStatisticsRequest.toBuilder()The unit for a given metric.GetMetricStatisticsRequest.Builder.unit(StandardUnit unit) The unit for a given metric.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetMetricStatisticsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMetricStatisticsRequest.Builder>GetMetricStatisticsRequest.serializableBuilderClass()