| Package | Description |
|---|---|
| oracle.fmwplatform.credentials.etcd |
| Modifier and Type | Method and Description |
|---|---|
EtcdDirectoryNode |
EtcdDirectoryListing.getNode() |
| Modifier and Type | Method and Description |
|---|---|
List<EtcdDirectoryNode> |
EtcdDirectoryNode.getNodes()
Returns a list of the child nodes of this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EtcdDirectoryListing.setNode(EtcdDirectoryNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
EtcdDirectoryNode.setNodes(List<EtcdDirectoryNode> nodes)
Sets the list of child nodes.
|