| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Transform |
Transform.clone() |
Transform |
PropertyType.getTransform()
Specifies an asset transform property.
|
Transform |
Transform.withExpression(String expression)
The mathematical expression that defines the transformation function.
|
Transform |
Transform.withProcessingConfig(TransformProcessingConfig processingConfig)
The processing configuration for the given transform property.
|
Transform |
Transform.withVariables(Collection<ExpressionVariable> variables)
The list of variables used in the expression.
|
Transform |
Transform.withVariables(ExpressionVariable... variables)
The list of variables used in the expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyType.setTransform(Transform transform)
Specifies an asset transform property.
|
PropertyType |
PropertyType.withTransform(Transform transform)
Specifies an asset transform property.
|
Copyright © 2024. All rights reserved.