Uses of Class
software.amazon.awssdk.services.devopsguru.model.TimestampMetricValuePair
-
Packages that use TimestampMetricValuePair Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of TimestampMetricValuePair in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type TimestampMetricValuePair Modifier and Type Method Description List<TimestampMetricValuePair>CloudWatchMetricsDataSummary. timestampMetricValuePairList()This is a list of Amazon CloudWatch metric values at given timestamp.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type TimestampMetricValuePair Modifier and Type Method Description CloudWatchMetricsDataSummary.BuilderCloudWatchMetricsDataSummary.Builder. timestampMetricValuePairList(TimestampMetricValuePair... timestampMetricValuePairList)This is a list of Amazon CloudWatch metric values at given timestamp.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type TimestampMetricValuePair Modifier and Type Method Description CloudWatchMetricsDataSummary.BuilderCloudWatchMetricsDataSummary.Builder. timestampMetricValuePairList(Collection<TimestampMetricValuePair> timestampMetricValuePairList)This is a list of Amazon CloudWatch metric values at given timestamp.
-