Uses of Class
software.amazon.awssdk.services.organizations.model.ChildNotFoundException
-
Packages that use ChildNotFoundException 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. -
-
Uses of ChildNotFoundException in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that throw ChildNotFoundException Modifier and Type Method Description default ListParentsResponseOrganizationsClient. listParents(Consumer<ListParentsRequest.Builder> listParentsRequest)Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.default ListParentsResponseOrganizationsClient. listParents(ListParentsRequest listParentsRequest)Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account.default ListParentsIterableOrganizationsClient. listParentsPaginator(Consumer<ListParentsRequest.Builder> listParentsRequest)This is a variant ofOrganizationsClient.listParents(software.amazon.awssdk.services.organizations.model.ListParentsRequest)operation.default ListParentsIterableOrganizationsClient. listParentsPaginator(ListParentsRequest listParentsRequest)This is a variant ofOrganizationsClient.listParents(software.amazon.awssdk.services.organizations.model.ListParentsRequest)operation.
-