Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.Branch
-
Packages that use Branch Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of Branch in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return Branch Modifier and Type Method Description BranchNode. branch()Information about a node specified as a branch.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type Branch Modifier and Type Method Description Node.BuilderNode.Builder. branch(Branch branch)Information about a node specified as a branch.static NodeNode. fromBranch(Branch branch)Create an instance of this class withNode.branch()initialized to the given value.
-