Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.Variable
-
Packages that use Variable Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of Variable in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type Variable Modifier and Type Method Description List<Variable>DetectorState. variables()The current values of the detector's variables.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type Variable Modifier and Type Method Description DetectorState.BuilderDetectorState.Builder. variables(Variable... variables)The current values of the detector's variables.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type Variable Modifier and Type Method Description DetectorState.BuilderDetectorState.Builder. variables(Collection<Variable> variables)The current values of the detector's variables.
-