Uses of Interface
software.amazon.awssdk.services.autoscalingplans.model.Datapoint.Builder
-
Packages that use Datapoint.Builder Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of Datapoint.Builder in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return Datapoint.Builder Modifier and Type Method Description static Datapoint.BuilderDatapoint. builder()Datapoint.BuilderDatapoint.Builder. timestamp(Instant timestamp)The time stamp for the data point in UTC format.Datapoint.BuilderDatapoint. toBuilder()Datapoint.BuilderDatapoint.Builder. value(Double value)The value of the data point.Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type Datapoint.Builder Modifier and Type Method Description static Class<? extends Datapoint.Builder>Datapoint. serializableBuilderClass()
-