Uses of Class
software.amazon.awssdk.services.organizations.model.ListChildrenRequest
-
Packages that use ListChildrenRequest 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.software.amazon.awssdk.services.organizations.paginators software.amazon.awssdk.services.organizations.transform -
-
Uses of ListChildrenRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListChildrenRequest Modifier and Type Method Description default CompletableFuture<ListChildrenResponse>OrganizationsAsyncClient. listChildren(ListChildrenRequest listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.default ListChildrenResponseOrganizationsClient. listChildren(ListChildrenRequest listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.default ListChildrenPublisherOrganizationsAsyncClient. listChildrenPaginator(ListChildrenRequest listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.default ListChildrenIterableOrganizationsClient. listChildrenPaginator(ListChildrenRequest listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root. -
Uses of ListChildrenRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListChildrenRequest Constructor Description ListChildrenIterable(OrganizationsClient client, ListChildrenRequest firstRequest)ListChildrenPublisher(OrganizationsAsyncClient client, ListChildrenRequest firstRequest) -
Uses of ListChildrenRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListChildrenRequest Modifier and Type Method Description SdkHttpFullRequestListChildrenRequestMarshaller. marshall(ListChildrenRequest listChildrenRequest)
-