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