Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricDataResult
Packages that use MetricDataResult
Package
Description
-
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 MetricDataResultModifier and TypeMethodDescriptionfinal 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 MetricDataResultModifier and TypeMethodDescriptionGetMetricDataResponse.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 MetricDataResultModifier and TypeMethodDescriptionGetMetricDataResponse.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 MetricDataResultModifier and TypeMethodDescriptionfinal SdkIterable<MetricDataResult>GetMetricDataIterable.metricDataResults()Returns an iterable to iterate through the paginatedGetMetricDataResponse.metricDataResults()member.final SdkPublisher<MetricDataResult>GetMetricDataPublisher.metricDataResults()Returns a publisher that can be used to get a stream of data.