Uses of Class
software.amazon.awssdk.services.iotanalytics.model.Variable
-
Packages that use Variable Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of Variable in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type Variable Modifier and Type Method Description List<Variable>ContainerDatasetAction. variables()The values of variables used in the context of the execution of the containerized application (basically, parameters passed to the application).Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type Variable Modifier and Type Method Description ContainerDatasetAction.BuilderContainerDatasetAction.Builder. variables(Variable... variables)The values of variables used in the context of the execution of the containerized application (basically, parameters passed to the application).Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type Variable Modifier and Type Method Description ContainerDatasetAction.BuilderContainerDatasetAction.Builder. variables(Collection<Variable> variables)The values of variables used in the context of the execution of the containerized application (basically, parameters passed to the application).
-