Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.StateTemplateUpdateStrategy
-
Packages that use StateTemplateUpdateStrategy Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of StateTemplateUpdateStrategy in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return StateTemplateUpdateStrategy Modifier and Type Method Description static StateTemplateUpdateStrategyStateTemplateUpdateStrategy. fromOnChange(Consumer<OnChangeStateTemplateUpdateStrategy.Builder> onChange)Create an instance of this class withonChange()initialized to the given value.static StateTemplateUpdateStrategyStateTemplateUpdateStrategy. fromOnChange(OnChangeStateTemplateUpdateStrategy onChange)Create an instance of this class withonChange()initialized to the given value.static StateTemplateUpdateStrategyStateTemplateUpdateStrategy. fromPeriodic(Consumer<PeriodicStateTemplateUpdateStrategy.Builder> periodic)Create an instance of this class withperiodic()initialized to the given value.static StateTemplateUpdateStrategyStateTemplateUpdateStrategy. fromPeriodic(PeriodicStateTemplateUpdateStrategy periodic)Create an instance of this class withperiodic()initialized to the given value.StateTemplateUpdateStrategyStateTemplateAssociation. stateTemplateUpdateStrategy()Returns the value of the StateTemplateUpdateStrategy property for this object.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type StateTemplateUpdateStrategy Modifier and Type Method Description StateTemplateAssociation.BuilderStateTemplateAssociation.Builder. stateTemplateUpdateStrategy(StateTemplateUpdateStrategy stateTemplateUpdateStrategy)Sets the value of the StateTemplateUpdateStrategy property for this object.
-