Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Datapoint
-
Packages that use Datapoint Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of Datapoint in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Datapoint Modifier and Type Method Description List<Datapoint>GetMetricStatisticsResponse. datapoints()The data points for the specified metric.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type Datapoint Modifier and Type Method Description GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse.Builder. datapoints(Datapoint... datapoints)The data points for the specified metric.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type Datapoint Modifier and Type Method Description GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse.Builder. datapoints(Collection<Datapoint> datapoints)The data points for the specified metric.
-