Uses of Class
software.amazon.awssdk.services.datazone.model.TimeSeriesDataPointFormInput
-
Packages that use TimeSeriesDataPointFormInput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of TimeSeriesDataPointFormInput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TimeSeriesDataPointFormInput Modifier and Type Method Description List<TimeSeriesDataPointFormInput>PostTimeSeriesDataPointsRequest. forms()The forms that contain the data points that you want to post.Methods in software.amazon.awssdk.services.datazone.model with parameters of type TimeSeriesDataPointFormInput Modifier and Type Method Description PostTimeSeriesDataPointsRequest.BuilderPostTimeSeriesDataPointsRequest.Builder. forms(TimeSeriesDataPointFormInput... forms)The forms that contain the data points that you want to post.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type TimeSeriesDataPointFormInput Modifier and Type Method Description PostTimeSeriesDataPointsRequest.BuilderPostTimeSeriesDataPointsRequest.Builder. forms(Collection<TimeSeriesDataPointFormInput> forms)The forms that contain the data points that you want to post.
-