| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerAction |
CustomerAction.clone() |
CustomerAction |
AlarmState.getCustomerAction()
Contains information about the action that you can take to respond to the alarm.
|
CustomerAction |
CustomerAction.withAcknowledgeActionConfiguration(AcknowledgeActionConfiguration acknowledgeActionConfiguration)
Contains the configuration information of an acknowledge action.
|
CustomerAction |
CustomerAction.withActionName(CustomerActionName actionName)
The name of the action.
|
CustomerAction |
CustomerAction.withActionName(String actionName)
The name of the action.
|
CustomerAction |
CustomerAction.withDisableActionConfiguration(DisableActionConfiguration disableActionConfiguration)
Contains the configuration information of a disable action.
|
CustomerAction |
CustomerAction.withEnableActionConfiguration(EnableActionConfiguration enableActionConfiguration)
Contains the configuration information of an enable action.
|
CustomerAction |
CustomerAction.withResetActionConfiguration(ResetActionConfiguration resetActionConfiguration)
Contains the configuration information of a reset action.
|
CustomerAction |
CustomerAction.withSnoozeActionConfiguration(SnoozeActionConfiguration snoozeActionConfiguration)
Contains the configuration information of a snooze action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmState.setCustomerAction(CustomerAction customerAction)
Contains information about the action that you can take to respond to the alarm.
|
AlarmState |
AlarmState.withCustomerAction(CustomerAction customerAction)
Contains information about the action that you can take to respond to the alarm.
|
Copyright © 2024. All rights reserved.