Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DeltaTime
-
Packages that use DeltaTime Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DeltaTime in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DeltaTime Modifier and Type Method Description DeltaTimeQueryFilter. deltaTime()Used to limit data to that which has arrived since the last execution of the action.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type DeltaTime Modifier and Type Method Description QueryFilter.BuilderQueryFilter.Builder. deltaTime(DeltaTime deltaTime)Used to limit data to that which has arrived since the last execution of the action.
-