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