| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.clone() |
Variable |
Variable.withDatasetContentVersionValue(DatasetContentVersionValue datasetContentVersionValue)
The value of the variable as a structure that specifies a dataset content version.
|
Variable |
Variable.withDoubleValue(Double doubleValue)
The value of the variable as a double (numeric).
|
Variable |
Variable.withName(String name)
The name of the variable.
|
Variable |
Variable.withOutputFileUriValue(OutputFileUriValue outputFileUriValue)
The value of the variable as a structure that specifies an output file URI.
|
Variable |
Variable.withStringValue(String stringValue)
The value of the variable as a string.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
ContainerDatasetAction.getVariables()
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDatasetAction |
ContainerDatasetAction.withVariables(Variable... variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDatasetAction.setVariables(Collection<Variable> variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
ContainerDatasetAction |
ContainerDatasetAction.withVariables(Collection<Variable> variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
Copyright © 2022. All rights reserved.