Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.GetMetricStatisticsResponse.Builder
-
Packages that use GetMetricStatisticsResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of GetMetricStatisticsResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return GetMetricStatisticsResponse.Builder Modifier and Type Method Description static GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse. builder()GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse.Builder. datapoints(Collection<Datapoint> datapoints)The data points for the specified metric.GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse.Builder. datapoints(Consumer<Datapoint.Builder>... datapoints)The data points for the specified metric.GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse.Builder. datapoints(Datapoint... datapoints)The data points for the specified metric.GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse.Builder. label(String label)A label for the specified metric.GetMetricStatisticsResponse.BuilderGetMetricStatisticsResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type GetMetricStatisticsResponse.Builder Modifier and Type Method Description static Class<? extends GetMetricStatisticsResponse.Builder>GetMetricStatisticsResponse. serializableBuilderClass()
-