Uses of Class
software.amazon.awssdk.services.datazone.model.TimeSeriesDataPointSummaryFormOutput
-
Packages that use TimeSeriesDataPointSummaryFormOutput Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of TimeSeriesDataPointSummaryFormOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type TimeSeriesDataPointSummaryFormOutput Modifier and Type Method Description List<TimeSeriesDataPointSummaryFormOutput>ListTimeSeriesDataPointsResponse. items()The results of the ListTimeSeriesDataPoints action.List<TimeSeriesDataPointSummaryFormOutput>AssetListing. latestTimeSeriesDataPointForms()The latest time series data points forms included in the additional attributes of an asset.List<TimeSeriesDataPointSummaryFormOutput>AssetListingItemAdditionalAttributes. latestTimeSeriesDataPointForms()The latest time series data points forms included in the additional attributes of an asset.List<TimeSeriesDataPointSummaryFormOutput>AssetItemAdditionalAttributes. latestTimeSeriesDataPointFormsOutput()The latest time series data points forms included in the additional attributes of an asset.List<TimeSeriesDataPointSummaryFormOutput>CreateAssetResponse. latestTimeSeriesDataPointFormsOutput()The latest data point that was imported into the time series form for the asset.List<TimeSeriesDataPointSummaryFormOutput>CreateAssetRevisionResponse. latestTimeSeriesDataPointFormsOutput()The latest data point that was imported into the time series form for the asset.List<TimeSeriesDataPointSummaryFormOutput>GetAssetResponse. latestTimeSeriesDataPointFormsOutput()The latest data point that was imported into the time series form for the asset.Methods in software.amazon.awssdk.services.datazone.model with parameters of type TimeSeriesDataPointSummaryFormOutput Modifier and Type Method Description ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse.Builder. items(TimeSeriesDataPointSummaryFormOutput... items)The results of the ListTimeSeriesDataPoints action.AssetListing.BuilderAssetListing.Builder. latestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListingItemAdditionalAttributes.BuilderAssetListingItemAdditionalAttributes.Builder. latestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetItemAdditionalAttributes.BuilderAssetItemAdditionalAttributes.Builder. latestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)The latest time series data points forms included in the additional attributes of an asset.CreateAssetResponse.BuilderCreateAssetResponse.Builder. latestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)The latest data point that was imported into the time series form for the asset.CreateAssetRevisionResponse.BuilderCreateAssetRevisionResponse.Builder. latestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)The latest data point that was imported into the time series form for the asset.GetAssetResponse.BuilderGetAssetResponse.Builder. latestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput)The latest data point that was imported into the time series form for the asset.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type TimeSeriesDataPointSummaryFormOutput Modifier and Type Method Description ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse.Builder. items(Collection<TimeSeriesDataPointSummaryFormOutput> items)The results of the ListTimeSeriesDataPoints action.AssetListing.BuilderAssetListing.Builder. latestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListingItemAdditionalAttributes.BuilderAssetListingItemAdditionalAttributes.Builder. latestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetItemAdditionalAttributes.BuilderAssetItemAdditionalAttributes.Builder. latestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)The latest time series data points forms included in the additional attributes of an asset.CreateAssetResponse.BuilderCreateAssetResponse.Builder. latestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)The latest data point that was imported into the time series form for the asset.CreateAssetRevisionResponse.BuilderCreateAssetRevisionResponse.Builder. latestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)The latest data point that was imported into the time series form for the asset.GetAssetResponse.BuilderGetAssetResponse.Builder. latestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput)The latest data point that was imported into the time series form for the asset. -
Uses of TimeSeriesDataPointSummaryFormOutput in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type TimeSeriesDataPointSummaryFormOutput Modifier and Type Method Description SdkIterable<TimeSeriesDataPointSummaryFormOutput>ListTimeSeriesDataPointsIterable. items()Returns an iterable to iterate through the paginatedListTimeSeriesDataPointsResponse.items()member.SdkPublisher<TimeSeriesDataPointSummaryFormOutput>ListTimeSeriesDataPointsPublisher. items()Returns a publisher that can be used to get a stream of data.
-