Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricDataResult.Builder
Packages that use MetricDataResult.Builder
-
Uses of MetricDataResult.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricDataResult.BuilderModifier and TypeMethodDescriptionstatic MetricDataResult.BuilderMetricDataResult.builder()The short name you specified to represent this metric.The human-readable label associated with the data.MetricDataResult.Builder.messages(Collection<MessageData> messages) A list of messages with additional information about the data returned.MetricDataResult.Builder.messages(Consumer<MessageData.Builder>... messages) A list of messages with additional information about the data returned.MetricDataResult.Builder.messages(MessageData... messages) A list of messages with additional information about the data returned.MetricDataResult.Builder.statusCode(String statusCode) The status of the returned data.MetricDataResult.Builder.statusCode(StatusCode statusCode) The status of the returned data.MetricDataResult.Builder.timestamps(Instant... timestamps) The timestamps for the data points, formatted in Unix timestamp format.MetricDataResult.Builder.timestamps(Collection<Instant> timestamps) The timestamps for the data points, formatted in Unix timestamp format.MetricDataResult.toBuilder()The data points for the metric corresponding toTimestamps.MetricDataResult.Builder.values(Collection<Double> values) The data points for the metric corresponding toTimestamps.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricDataResult.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricDataResult.Builder>MetricDataResult.serializableBuilderClass()