| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesDataPointFormInput |
TimeSeriesDataPointFormInput.clone() |
TimeSeriesDataPointFormInput |
TimeSeriesDataPointFormInput.withContent(String content)
The content of the time series data points form.
|
TimeSeriesDataPointFormInput |
TimeSeriesDataPointFormInput.withFormName(String formName)
The name of the time series data points form.
|
TimeSeriesDataPointFormInput |
TimeSeriesDataPointFormInput.withTimestamp(Date timestamp)
The timestamp of the time series data points form.
|
TimeSeriesDataPointFormInput |
TimeSeriesDataPointFormInput.withTypeIdentifier(String typeIdentifier)
The ID of the type of the time series data points form.
|
TimeSeriesDataPointFormInput |
TimeSeriesDataPointFormInput.withTypeRevision(String typeRevision)
The revision type of the time series data points form.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesDataPointFormInput> |
PostTimeSeriesDataPointsRequest.getForms()
The forms that contain the data points that you want to post.
|
| Modifier and Type | Method and Description |
|---|---|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withForms(TimeSeriesDataPointFormInput... forms)
The forms that contain the data points that you want to post.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostTimeSeriesDataPointsRequest.setForms(Collection<TimeSeriesDataPointFormInput> forms)
The forms that contain the data points that you want to post.
|
PostTimeSeriesDataPointsRequest |
PostTimeSeriesDataPointsRequest.withForms(Collection<TimeSeriesDataPointFormInput> forms)
The forms that contain the data points that you want to post.
|
Copyright © 2024. All rights reserved.