Uses of Class
software.amazon.awscdk.services.iotevents.State
-
Uses of State in software.amazon.awscdk.services.iotevents
Modifier and TypeMethodDescriptionState.Builder.build()
DetectorModelProps.getInitialState()
(experimental) The state that is entered at the creation of each detector.final State
DetectorModelProps.Jsii$Proxy.getInitialState()
Modifier and TypeMethodDescriptionDetectorModel.Builder.initialState
(State initialState) (experimental) The state that is entered at the creation of each detector.DetectorModelProps.Builder.initialState
(State initialState) Sets the value ofDetectorModelProps.getInitialState()
void
State.transitionTo
(State targetState, TransitionOptions options) (experimental) Add a transition event to the state.