Uses of Interface
software.amazon.awssdk.services.iotevents.model.OnEnterLifecycle.Builder
-
Packages that use OnEnterLifecycle.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of OnEnterLifecycle.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return OnEnterLifecycle.Builder Modifier and Type Method Description static OnEnterLifecycle.BuilderOnEnterLifecycle. builder()OnEnterLifecycle.BuilderOnEnterLifecycle.Builder. events(Collection<Event> events)Specifies the actions that are performed when the state is entered and theconditionisTRUE.OnEnterLifecycle.BuilderOnEnterLifecycle.Builder. events(Consumer<Event.Builder>... events)Specifies the actions that are performed when the state is entered and theconditionisTRUE.OnEnterLifecycle.BuilderOnEnterLifecycle.Builder. events(Event... events)Specifies the actions that are performed when the state is entered and theconditionisTRUE.OnEnterLifecycle.BuilderOnEnterLifecycle. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type OnEnterLifecycle.Builder Modifier and Type Method Description static Class<? extends OnEnterLifecycle.Builder>OnEnterLifecycle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type OnEnterLifecycle.Builder Modifier and Type Method Description default State.BuilderState.Builder. onEnter(Consumer<OnEnterLifecycle.Builder> onEnter)When entering this state, perform theseactionsif theconditionis TRUE.
-