| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Parent |
Parent.clone() |
Parent |
Parent.withId(String id)
The unique identifier (ID) of the parent entity.
|
Parent |
Parent.withType(ParentType type)
The type of the parent entity.
|
Parent |
Parent.withType(String type)
The type of the parent entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parent> |
ListParentsResult.getParents()
A list of parents for the specified child account or OU.
|
| Modifier and Type | Method and Description |
|---|---|
ListParentsResult |
ListParentsResult.withParents(Parent... parents)
A list of parents for the specified child account or OU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListParentsResult.setParents(Collection<Parent> parents)
A list of parents for the specified child account or OU.
|
ListParentsResult |
ListParentsResult.withParents(Collection<Parent> parents)
A list of parents for the specified child account or OU.
|
Copyright © 2022. All rights reserved.