| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationalUnit |
OrganizationalUnit.clone() |
OrganizationalUnit |
UpdateOrganizationalUnitResult.getOrganizationalUnit()
A structure that contains the details about the specified OU, including its new name.
|
OrganizationalUnit |
DescribeOrganizationalUnitResult.getOrganizationalUnit()
A structure that contains details about the specified OU.
|
OrganizationalUnit |
CreateOrganizationalUnitResult.getOrganizationalUnit()
A structure that contains details about the newly created OU.
|
OrganizationalUnit |
OrganizationalUnit.withArn(String arn)
The Amazon Resource Name (ARN) of this OU.
|
OrganizationalUnit |
OrganizationalUnit.withId(String id)
The unique identifier (ID) associated with this OU.
|
OrganizationalUnit |
OrganizationalUnit.withName(String name)
The friendly name of this OU.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationalUnit> |
ListOrganizationalUnitsForParentResult.getOrganizationalUnits()
A list of the OUs in the specified root or parent OU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateOrganizationalUnitResult.setOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
|
void |
DescribeOrganizationalUnitResult.setOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the specified OU.
|
void |
CreateOrganizationalUnitResult.setOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
|
UpdateOrganizationalUnitResult |
UpdateOrganizationalUnitResult.withOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
|
DescribeOrganizationalUnitResult |
DescribeOrganizationalUnitResult.withOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the specified OU.
|
CreateOrganizationalUnitResult |
CreateOrganizationalUnitResult.withOrganizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
|
ListOrganizationalUnitsForParentResult |
ListOrganizationalUnitsForParentResult.withOrganizationalUnits(OrganizationalUnit... organizationalUnits)
A list of the OUs in the specified root or parent OU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOrganizationalUnitsForParentResult.setOrganizationalUnits(Collection<OrganizationalUnit> organizationalUnits)
A list of the OUs in the specified root or parent OU.
|
ListOrganizationalUnitsForParentResult |
ListOrganizationalUnitsForParentResult.withOrganizationalUnits(Collection<OrganizationalUnit> organizationalUnits)
A list of the OUs in the specified root or parent OU.
|
Copyright © 2024. All rights reserved.