Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.PeriodicStateTemplateUpdateStrategy
-
Packages that use PeriodicStateTemplateUpdateStrategy Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of PeriodicStateTemplateUpdateStrategy in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return PeriodicStateTemplateUpdateStrategy Modifier and Type Method Description PeriodicStateTemplateUpdateStrategyStateTemplateUpdateStrategy. periodic()Returns the value of the Periodic property for this object.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type PeriodicStateTemplateUpdateStrategy Modifier and Type Method Description static StateTemplateUpdateStrategyStateTemplateUpdateStrategy. fromPeriodic(PeriodicStateTemplateUpdateStrategy periodic)Create an instance of this class withStateTemplateUpdateStrategy.periodic()initialized to the given value.StateTemplateUpdateStrategy.BuilderStateTemplateUpdateStrategy.Builder. periodic(PeriodicStateTemplateUpdateStrategy periodic)Sets the value of the Periodic property for this object.
-