Uses of Class
software.amazon.awssdk.services.datazone.model.TimeSeriesDataPointFormOutput
-
Packages that use TimeSeriesDataPointFormOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of TimeSeriesDataPointFormOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return TimeSeriesDataPointFormOutput Modifier and Type Method Description TimeSeriesDataPointFormOutputGetTimeSeriesDataPointResponse. form()The time series form that houses the data point that you want to get.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TimeSeriesDataPointFormOutput Modifier and Type Method Description List<TimeSeriesDataPointFormOutput>PostTimeSeriesDataPointsResponse. forms()The forms that contain the data points that you have posted.Methods in software.amazon.awssdk.services.datazone.model with parameters of type TimeSeriesDataPointFormOutput Modifier and Type Method Description GetTimeSeriesDataPointResponse.BuilderGetTimeSeriesDataPointResponse.Builder. form(TimeSeriesDataPointFormOutput form)The time series form that houses the data point that you want to get.PostTimeSeriesDataPointsResponse.BuilderPostTimeSeriesDataPointsResponse.Builder. forms(TimeSeriesDataPointFormOutput... forms)The forms that contain the data points that you have posted.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type TimeSeriesDataPointFormOutput Modifier and Type Method Description PostTimeSeriesDataPointsResponse.BuilderPostTimeSeriesDataPointsResponse.Builder. forms(Collection<TimeSeriesDataPointFormOutput> forms)The forms that contain the data points that you have posted.
-