Uses of Interface
software.amazon.awssdk.services.iotevents.model.ClearTimerAction.Builder
-
Packages that use ClearTimerAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of ClearTimerAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return ClearTimerAction.Builder Modifier and Type Method Description static ClearTimerAction.BuilderClearTimerAction. builder()ClearTimerAction.BuilderClearTimerAction.Builder. timerName(String timerName)The name of the timer to clear.ClearTimerAction.BuilderClearTimerAction. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type ClearTimerAction.Builder Modifier and Type Method Description static Class<? extends ClearTimerAction.Builder>ClearTimerAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type ClearTimerAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. clearTimer(Consumer<ClearTimerAction.Builder> clearTimer)Information needed to clear the timer.
-