Uses of Interface
software.amazon.awssdk.services.ioteventsdata.model.EnableActionConfiguration.Builder
-
Packages that use EnableActionConfiguration.Builder Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of EnableActionConfiguration.Builder in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return EnableActionConfiguration.Builder Modifier and Type Method Description static EnableActionConfiguration.BuilderEnableActionConfiguration. builder()EnableActionConfiguration.BuilderEnableActionConfiguration.Builder. note(String note)The note that you can leave when you enable the alarm.EnableActionConfiguration.BuilderEnableActionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type EnableActionConfiguration.Builder Modifier and Type Method Description static Class<? extends EnableActionConfiguration.Builder>EnableActionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type EnableActionConfiguration.Builder Modifier and Type Method Description default CustomerAction.BuilderCustomerAction.Builder. enableActionConfiguration(Consumer<EnableActionConfiguration.Builder> enableActionConfiguration)Contains the configuration information of an enable action.
-