Uses of Interface
software.amazon.awssdk.services.ioteventsdata.model.BatchResetAlarmResponse.Builder
-
Packages that use BatchResetAlarmResponse.Builder Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of BatchResetAlarmResponse.Builder in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return BatchResetAlarmResponse.Builder Modifier and Type Method Description static BatchResetAlarmResponse.BuilderBatchResetAlarmResponse. builder()BatchResetAlarmResponse.BuilderBatchResetAlarmResponse.Builder. errorEntries(Collection<BatchAlarmActionErrorEntry> errorEntries)A list of errors associated with the request, ornullif there are no errors.BatchResetAlarmResponse.BuilderBatchResetAlarmResponse.Builder. errorEntries(Consumer<BatchAlarmActionErrorEntry.Builder>... 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.BatchResetAlarmResponse.BuilderBatchResetAlarmResponse. toBuilder()Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type BatchResetAlarmResponse.Builder Modifier and Type Method Description static Class<? extends BatchResetAlarmResponse.Builder>BatchResetAlarmResponse. serializableBuilderClass()
-