Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.BatchAlarmActionErrorEntry
-
Packages that use BatchAlarmActionErrorEntry Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchAlarmActionErrorEntry in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type BatchAlarmActionErrorEntry Modifier and Type Method Description List<BatchAlarmActionErrorEntry>BatchAcknowledgeAlarmResponse. errorEntries()A list of errors associated with the request, ornullif there are no errors.List<BatchAlarmActionErrorEntry>BatchDisableAlarmResponse. errorEntries()A list of errors associated with the request, ornullif there are no errors.List<BatchAlarmActionErrorEntry>BatchEnableAlarmResponse. errorEntries()A list of errors associated with the request, ornullif there are no errors.List<BatchAlarmActionErrorEntry>BatchResetAlarmResponse. errorEntries()A list of errors associated with the request, ornullif there are no errors.List<BatchAlarmActionErrorEntry>BatchSnoozeAlarmResponse. errorEntries()A list of errors associated with the request, ornullif there are no errors.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type BatchAlarmActionErrorEntry Modifier and Type Method Description BatchAcknowledgeAlarmResponse.BuilderBatchAcknowledgeAlarmResponse.Builder. errorEntries(BatchAlarmActionErrorEntry... errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchDisableAlarmResponse.BuilderBatchDisableAlarmResponse.Builder. errorEntries(BatchAlarmActionErrorEntry... errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchEnableAlarmResponse.BuilderBatchEnableAlarmResponse.Builder. errorEntries(BatchAlarmActionErrorEntry... errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchResetAlarmResponse.BuilderBatchResetAlarmResponse.Builder. errorEntries(BatchAlarmActionErrorEntry... errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchSnoozeAlarmResponse.BuilderBatchSnoozeAlarmResponse.Builder. errorEntries(BatchAlarmActionErrorEntry... errorEntries)A list of errors associated with the request, ornullif there are no errors.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type BatchAlarmActionErrorEntry Modifier and Type Method Description BatchAcknowledgeAlarmResponse.BuilderBatchAcknowledgeAlarmResponse.Builder. errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchDisableAlarmResponse.BuilderBatchDisableAlarmResponse.Builder. errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchEnableAlarmResponse.BuilderBatchEnableAlarmResponse.Builder. errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchResetAlarmResponse.BuilderBatchResetAlarmResponse.Builder. errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchSnoozeAlarmResponse.BuilderBatchSnoozeAlarmResponse.Builder. errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)A list of errors associated with the request, ornullif there are no errors.
-