| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Child |
Child.clone() |
Child |
Child.withId(String id)
The unique identifier (ID) of this child entity.
|
Child |
Child.withType(ChildType type)
The type of this child entity.
|
Child |
Child.withType(String type)
The type of this child entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<Child> |
ListChildrenResult.getChildren()
The list of children of the specified parent container.
|
| Modifier and Type | Method and Description |
|---|---|
ListChildrenResult |
ListChildrenResult.withChildren(Child... children)
The list of children of the specified parent container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListChildrenResult.setChildren(Collection<Child> children)
The list of children of the specified parent container.
|
ListChildrenResult |
ListChildrenResult.withChildren(Collection<Child> children)
The list of children of the specified parent container.
|
Copyright © 2018. All rights reserved.