Uses of Class
software.amazon.awssdk.services.iotevents.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of State in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type State Modifier and Type Method Description List<State>DetectorModelDefinition. states()Information about the states of the detector.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type State Modifier and Type Method Description DetectorModelDefinition.BuilderDetectorModelDefinition.Builder. states(State... states)Information about the states of the detector.Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type State Modifier and Type Method Description DetectorModelDefinition.BuilderDetectorModelDefinition.Builder. states(Collection<State> states)Information about the states of the detector.
-