Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricDataResult
-
Packages that use MetricDataResult Package Description software.amazon.awssdk.services.cloudwatch.model software.amazon.awssdk.services.cloudwatch.paginators -
-
Uses of MetricDataResult in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricDataResult Modifier and Type Method Description List<MetricDataResult>GetMetricDataResponse. metricDataResults()The metrics that are returned, including the metric name, namespace, and dimensions.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricDataResult Modifier and Type Method Description GetMetricDataResponse.BuilderGetMetricDataResponse.Builder. metricDataResults(MetricDataResult... metricDataResults)The metrics that are returned, including the metric name, namespace, and dimensions.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricDataResult Modifier and Type Method Description GetMetricDataResponse.BuilderGetMetricDataResponse.Builder. metricDataResults(Collection<MetricDataResult> metricDataResults)The metrics that are returned, including the metric name, namespace, and dimensions. -
Uses of MetricDataResult in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type MetricDataResult Modifier and Type Method Description SdkIterable<MetricDataResult>GetMetricDataIterable. metricDataResults()Returns an iterable to iterate through the paginatedGetMetricDataResponse.metricDataResults()member.SdkPublisher<MetricDataResult>GetMetricDataPublisher. metricDataResults()Returns a publisher that can be used to get a stream of data.
-