Uses of Class
software.amazon.awssdk.services.organizations.model.ListChildrenResponse
-
Packages that use ListChildrenResponse 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 -
-
Uses of ListChildrenResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListChildrenResponse Modifier and Type Method Description default ListChildrenResponseOrganizationsClient. 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 ListChildrenResponseOrganizationsClient. listChildren(ListChildrenRequest listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListChildrenResponse Modifier and Type Method Description default CompletableFuture<ListChildrenResponse>OrganizationsAsyncClient. 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 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. -
Uses of ListChildrenResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListChildrenResponse Modifier and Type Method Description Iterator<ListChildrenResponse>ListChildrenIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListChildrenResponse Modifier and Type Method Description voidListChildrenPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChildrenResponse> subscriber)
-