| Package | Description |
|---|---|
| software.amazon.awssdk.services.ioteventsdata.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchAlarmActionErrorEntry> |
BatchSnoozeAlarmResponse.errorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchEnableAlarmResponse.errorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchDisableAlarmResponse.errorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchAcknowledgeAlarmResponse.errorEntries()
A list of errors associated with the request, or
null if there are no errors. |
List<BatchAlarmActionErrorEntry> |
BatchResetAlarmResponse.errorEntries()
A list of errors associated with the request, or
null if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
BatchSnoozeAlarmResponse.Builder |
BatchSnoozeAlarmResponse.Builder.errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchEnableAlarmResponse.Builder |
BatchEnableAlarmResponse.Builder.errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchDisableAlarmResponse.Builder |
BatchDisableAlarmResponse.Builder.errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchAcknowledgeAlarmResponse.Builder |
BatchAcknowledgeAlarmResponse.Builder.errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchResetAlarmResponse.Builder |
BatchResetAlarmResponse.Builder.errorEntries(BatchAlarmActionErrorEntry... errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
| Modifier and Type | Method and Description |
|---|---|
BatchSnoozeAlarmResponse.Builder |
BatchSnoozeAlarmResponse.Builder.errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchEnableAlarmResponse.Builder |
BatchEnableAlarmResponse.Builder.errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchDisableAlarmResponse.Builder |
BatchDisableAlarmResponse.Builder.errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchAcknowledgeAlarmResponse.Builder |
BatchAcknowledgeAlarmResponse.Builder.errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
BatchResetAlarmResponse.Builder |
BatchResetAlarmResponse.Builder.errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)
A list of errors associated with the request, or
null if there are no errors. |
Copyright © 2023. All rights reserved.