| Package | Description |
|---|---|
| com.amazonaws.services.iottwinmaker.model |
| Modifier and Type | Method and Description |
|---|---|
InterpolationParameters |
InterpolationParameters.clone() |
InterpolationParameters |
GetPropertyValueHistoryRequest.getInterpolation()
An object that specifies the interpolation type and the interval over which to interpolate data.
|
InterpolationParameters |
InterpolationParameters.withInterpolationType(InterpolationType interpolationType)
The interpolation type.
|
InterpolationParameters |
InterpolationParameters.withInterpolationType(String interpolationType)
The interpolation type.
|
InterpolationParameters |
InterpolationParameters.withIntervalInSeconds(Long intervalInSeconds)
The interpolation time interval in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPropertyValueHistoryRequest.setInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
GetPropertyValueHistoryRequest |
GetPropertyValueHistoryRequest.withInterpolation(InterpolationParameters interpolation)
An object that specifies the interpolation type and the interval over which to interpolate data.
|
Copyright © 2024. All rights reserved.