| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateOrganizationalUnitResponse |
OrganizationsClient.createOrganizationalUnit(Consumer<CreateOrganizationalUnitRequest.Builder> createOrganizationalUnitRequest)
Creates an organizational unit (OU) within a root or parent OU.
|
default CreateOrganizationalUnitResponse |
OrganizationsClient.createOrganizationalUnit(CreateOrganizationalUnitRequest createOrganizationalUnitRequest)
Creates an organizational unit (OU) within a root or parent OU.
|
default ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentIterable |
OrganizationsClient.listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentIterable |
OrganizationsClient.listAccountsForParentPaginator(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListChildrenResponse |
OrganizationsClient.listChildren(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenResponse |
OrganizationsClient.listChildren(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenIterable |
OrganizationsClient.listChildrenPaginator(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenIterable |
OrganizationsClient.listChildrenPaginator(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListOrganizationalUnitsForParentResponse |
OrganizationsClient.listOrganizationalUnitsForParent(Consumer<ListOrganizationalUnitsForParentRequest.Builder> listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListOrganizationalUnitsForParentResponse |
OrganizationsClient.listOrganizationalUnitsForParent(ListOrganizationalUnitsForParentRequest listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListOrganizationalUnitsForParentIterable |
OrganizationsClient.listOrganizationalUnitsForParentPaginator(Consumer<ListOrganizationalUnitsForParentRequest.Builder> listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListOrganizationalUnitsForParentIterable |
OrganizationsClient.listOrganizationalUnitsForParentPaginator(ListOrganizationalUnitsForParentRequest listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
Copyright © 2023. All rights reserved.