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