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