Uses of Interface
software.amazon.awssdk.services.datazone.model.ListTimeSeriesDataPointsResponse.Builder
-
Packages that use ListTimeSeriesDataPointsResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListTimeSeriesDataPointsResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListTimeSeriesDataPointsResponse.Builder Modifier and Type Method Description static ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse. builder()ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse.Builder. items(Collection<TimeSeriesDataPointSummaryFormOutput> items)The results of the ListTimeSeriesDataPoints action.ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse.Builder. items(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... items)The results of the ListTimeSeriesDataPoints action.ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse.Builder. items(TimeSeriesDataPointSummaryFormOutput... items)The results of the ListTimeSeriesDataPoints action.ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse.Builder. nextToken(String nextToken)When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken.ListTimeSeriesDataPointsResponse.BuilderListTimeSeriesDataPointsResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListTimeSeriesDataPointsResponse.Builder Modifier and Type Method Description static Class<? extends ListTimeSeriesDataPointsResponse.Builder>ListTimeSeriesDataPointsResponse. serializableBuilderClass()
-