| Package | Description |
|---|---|
| com.amazonaws.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
BatchAlarmActionErrorEntry |
BatchAlarmActionErrorEntry.clone() |
BatchAlarmActionErrorEntry |
BatchAlarmActionErrorEntry.withErrorCode(ErrorCode errorCode)
The error code.
|
BatchAlarmActionErrorEntry |
BatchAlarmActionErrorEntry.withErrorCode(String errorCode)
The error code.
|
BatchAlarmActionErrorEntry |
BatchAlarmActionErrorEntry.withErrorMessage(String errorMessage)
A message that describes the error.
|
BatchAlarmActionErrorEntry |
BatchAlarmActionErrorEntry.withRequestId(String requestId)
The request ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchAlarmActionErrorEntry> |
BatchSnoozeAlarmResult.getErrorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchEnableAlarmResult.getErrorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchDisableAlarmResult.getErrorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchAcknowledgeAlarmResult.getErrorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchResetAlarmResult.getErrorEntries()
A list of errors associated with the request, or
null if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
BatchSnoozeAlarmResult |
BatchSnoozeAlarmResult.withErrorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchEnableAlarmResult |
BatchEnableAlarmResult.withErrorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchDisableAlarmResult |
BatchDisableAlarmResult.withErrorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchAcknowledgeAlarmResult |
BatchAcknowledgeAlarmResult.withErrorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchResetAlarmResult |
BatchResetAlarmResult.withErrorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchSnoozeAlarmResult.setErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
void |
BatchEnableAlarmResult.setErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
void |
BatchDisableAlarmResult.setErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
void |
BatchAcknowledgeAlarmResult.setErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
void |
BatchResetAlarmResult.setErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchSnoozeAlarmResult |
BatchSnoozeAlarmResult.withErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchEnableAlarmResult |
BatchEnableAlarmResult.withErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchDisableAlarmResult |
BatchDisableAlarmResult.withErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchAcknowledgeAlarmResult |
BatchAcknowledgeAlarmResult.withErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchResetAlarmResult |
BatchResetAlarmResult.withErrorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
Copyright © 2023. All rights reserved.