Uses of Class
software.amazon.awssdk.services.organizations.model.OrganizationalUnit
-
Packages that use OrganizationalUnit Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of OrganizationalUnit in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return OrganizationalUnit Modifier and Type Method Description OrganizationalUnitCreateOrganizationalUnitResponse. organizationalUnit()A structure that contains details about the newly created OU.OrganizationalUnitDescribeOrganizationalUnitResponse. organizationalUnit()A structure that contains details about the specified OU.OrganizationalUnitUpdateOrganizationalUnitResponse. organizationalUnit()A structure that contains the details about the specified OU, including its new name.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type OrganizationalUnit Modifier and Type Method Description List<OrganizationalUnit>ListOrganizationalUnitsForParentResponse. organizationalUnits()A list of the OUs in the specified root or parent OU.Methods in software.amazon.awssdk.services.organizations.model with parameters of type OrganizationalUnit Modifier and Type Method Description CreateOrganizationalUnitResponse.BuilderCreateOrganizationalUnitResponse.Builder. organizationalUnit(OrganizationalUnit organizationalUnit)A structure that contains details about the newly created OU.DescribeOrganizationalUnitResponse.BuilderDescribeOrganizationalUnitResponse.Builder. organizationalUnit(OrganizationalUnit organizationalUnit)A structure that contains details about the specified OU.UpdateOrganizationalUnitResponse.BuilderUpdateOrganizationalUnitResponse.Builder. organizationalUnit(OrganizationalUnit organizationalUnit)A structure that contains the details about the specified OU, including its new name.ListOrganizationalUnitsForParentResponse.BuilderListOrganizationalUnitsForParentResponse.Builder. organizationalUnits(OrganizationalUnit... organizationalUnits)A list of the OUs in the specified root or parent OU.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type OrganizationalUnit Modifier and Type Method Description ListOrganizationalUnitsForParentResponse.BuilderListOrganizationalUnitsForParentResponse.Builder. organizationalUnits(Collection<OrganizationalUnit> organizationalUnits)A list of the OUs in the specified root or parent OU.
-