| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.clone() |
TimeSeriesDataPointFormOutput |
GetTimeSeriesDataPointResult.getForm()
The time series form that houses the data point that you want to get.
|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.withContent(String content)
The content of the time series data points form.
|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.withFormName(String formName)
The name of the time series data points form.
|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.withId(String id)
The ID of the time series data points form.
|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.withTimestamp(Date timestamp)
The timestamp of the time series data points form.
|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.withTypeIdentifier(String typeIdentifier)
The ID of the type of the time series data points form.
|
TimeSeriesDataPointFormOutput |
TimeSeriesDataPointFormOutput.withTypeRevision(String typeRevision)
The revision type of the time series data points form.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesDataPointFormOutput> |
PostTimeSeriesDataPointsResult.getForms()
The forms that contain the data points that you have posted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTimeSeriesDataPointResult.setForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
|
GetTimeSeriesDataPointResult |
GetTimeSeriesDataPointResult.withForm(TimeSeriesDataPointFormOutput form)
The time series form that houses the data point that you want to get.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withForms(TimeSeriesDataPointFormOutput... forms)
The forms that contain the data points that you have posted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostTimeSeriesDataPointsResult.setForms(Collection<TimeSeriesDataPointFormOutput> forms)
The forms that contain the data points that you have posted.
|
PostTimeSeriesDataPointsResult |
PostTimeSeriesDataPointsResult.withForms(Collection<TimeSeriesDataPointFormOutput> forms)
The forms that contain the data points that you have posted.
|
Copyright © 2024. All rights reserved.