Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.DependencyRevision
-
Packages that use DependencyRevision Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of DependencyRevision in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type DependencyRevision Modifier and Type Method Description List<DependencyRevision>SystemInstanceDescription. validatedDependencyRevisions()A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type DependencyRevision Modifier and Type Method Description SystemInstanceDescription.BuilderSystemInstanceDescription.Builder. validatedDependencyRevisions(DependencyRevision... validatedDependencyRevisions)A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type DependencyRevision Modifier and Type Method Description SystemInstanceDescription.BuilderSystemInstanceDescription.Builder. validatedDependencyRevisions(Collection<DependencyRevision> validatedDependencyRevisions)A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.
-