| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationalUnit |
UpdateOrganizationalUnitResponse.organizationalUnit()
A structure that contains the details about the specified OU, including its new name.
|
OrganizationalUnit |
CreateOrganizationalUnitResponse.organizationalUnit()
A structure that contains details about the newly created OU.
|
OrganizationalUnit |
DescribeOrganizationalUnitResponse.organizationalUnit()
A structure that contains details about the specified OU.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationalUnit> |
ListOrganizationalUnitsForParentResponse.organizationalUnits()
A list of the OUs in the specified root or parent OU.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationalUnitResponse.Builder |
UpdateOrganizationalUnitResponse.Builder.organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains the details about the specified OU, including its new name.
|
CreateOrganizationalUnitResponse.Builder |
CreateOrganizationalUnitResponse.Builder.organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the newly created OU.
|
DescribeOrganizationalUnitResponse.Builder |
DescribeOrganizationalUnitResponse.Builder.organizationalUnit(OrganizationalUnit organizationalUnit)
A structure that contains details about the specified OU.
|
ListOrganizationalUnitsForParentResponse.Builder |
ListOrganizationalUnitsForParentResponse.Builder.organizationalUnits(OrganizationalUnit... organizationalUnits)
A list of the OUs in the specified root or parent OU.
|
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationalUnitsForParentResponse.Builder |
ListOrganizationalUnitsForParentResponse.Builder.organizationalUnits(Collection<OrganizationalUnit> organizationalUnits)
A list of the OUs in the specified root or parent OU.
|
Copyright © 2023. All rights reserved.