Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.ResetAlarmActionRequest
-
Packages that use ResetAlarmActionRequest Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of ResetAlarmActionRequest in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type ResetAlarmActionRequest Modifier and Type Method Description List<ResetAlarmActionRequest>BatchResetAlarmRequest. resetActionRequests()The list of reset action requests.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type ResetAlarmActionRequest Modifier and Type Method Description BatchResetAlarmRequest.BuilderBatchResetAlarmRequest.Builder. resetActionRequests(ResetAlarmActionRequest... resetActionRequests)The list of reset action requests.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type ResetAlarmActionRequest Modifier and Type Method Description BatchResetAlarmRequest.BuilderBatchResetAlarmRequest.Builder. resetActionRequests(Collection<ResetAlarmActionRequest> resetActionRequests)The list of reset action requests.
-