| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
DependencyRevision |
DependencyRevision.clone() |
DependencyRevision |
DependencyRevision.withId(String id)
The ID of the workflow or system.
|
DependencyRevision |
DependencyRevision.withRevisionNumber(Long revisionNumber)
The revision number of the workflow or system.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencyRevision> |
SystemInstanceDescription.getValidatedDependencyRevisions()
A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a
system instance.
|
| Modifier and Type | Method and Description |
|---|---|
SystemInstanceDescription |
SystemInstanceDescription.withValidatedDependencyRevisions(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SystemInstanceDescription.setValidatedDependencyRevisions(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.
|
SystemInstanceDescription |
SystemInstanceDescription.withValidatedDependencyRevisions(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.
|
Copyright © 2020. All rights reserved.