Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.Datapoint.Builder
Packages that use Datapoint.Builder
-
Uses of Datapoint.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Datapoint.BuilderModifier and TypeMethodDescriptionThe average of the metric values that correspond to the data point.static Datapoint.BuilderDatapoint.builder()Datapoint.Builder.extendedStatistics(Map<String, Double> extendedStatistics) The percentile statistic for the data point.The maximum metric value for the data point.The minimum metric value for the data point.Datapoint.Builder.sampleCount(Double sampleCount) The number of metric values that contributed to the aggregate value of this data point.The sum of the metric values for the data point.The time stamp used for the data point.Datapoint.toBuilder()The standard unit for the data point.Datapoint.Builder.unit(StandardUnit unit) The standard unit for the data point.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Datapoint.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Datapoint.Builder>Datapoint.serializableBuilderClass()