Uses of Interface
software.amazon.awssdk.services.pi.model.MetricKeyDataPoints.Builder
Packages that use MetricKeyDataPoints.Builder
-
Uses of MetricKeyDataPoints.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return MetricKeyDataPoints.BuilderModifier and TypeMethodDescriptionstatic MetricKeyDataPoints.BuilderMetricKeyDataPoints.builder()MetricKeyDataPoints.Builder.dataPoints(Collection<DataPoint> dataPoints) An array of timestamp-value pairs, representing measurements over a period of time.MetricKeyDataPoints.Builder.dataPoints(Consumer<DataPoint.Builder>... dataPoints) An array of timestamp-value pairs, representing measurements over a period of time.MetricKeyDataPoints.Builder.dataPoints(DataPoint... dataPoints) An array of timestamp-value pairs, representing measurements over a period of time.default MetricKeyDataPoints.BuilderMetricKeyDataPoints.Builder.key(Consumer<ResponseResourceMetricKey.Builder> key) The dimensions to which the data points apply.MetricKeyDataPoints.Builder.key(ResponseResourceMetricKey key) The dimensions to which the data points apply.MetricKeyDataPoints.toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type MetricKeyDataPoints.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricKeyDataPoints.Builder>MetricKeyDataPoints.serializableBuilderClass()