Uses of Class
software.amazon.awssdk.services.ioteventsdata.model.AcknowledgeAlarmActionRequest
-
Packages that use AcknowledgeAlarmActionRequest Package Description software.amazon.awssdk.services.ioteventsdata.model -
-
Uses of AcknowledgeAlarmActionRequest in software.amazon.awssdk.services.ioteventsdata.model
Methods in software.amazon.awssdk.services.ioteventsdata.model that return types with arguments of type AcknowledgeAlarmActionRequest Modifier and Type Method Description List<AcknowledgeAlarmActionRequest>BatchAcknowledgeAlarmRequest. acknowledgeActionRequests()The list of acknowledge action requests.Methods in software.amazon.awssdk.services.ioteventsdata.model with parameters of type AcknowledgeAlarmActionRequest Modifier and Type Method Description BatchAcknowledgeAlarmRequest.BuilderBatchAcknowledgeAlarmRequest.Builder. acknowledgeActionRequests(AcknowledgeAlarmActionRequest... acknowledgeActionRequests)The list of acknowledge action requests.Method parameters in software.amazon.awssdk.services.ioteventsdata.model with type arguments of type AcknowledgeAlarmActionRequest Modifier and Type Method Description BatchAcknowledgeAlarmRequest.BuilderBatchAcknowledgeAlarmRequest.Builder. acknowledgeActionRequests(Collection<AcknowledgeAlarmActionRequest> acknowledgeActionRequests)The list of acknowledge action requests.
-