Uses of Class
software.amazon.awssdk.services.organizations.model.ListAccountsForParentResponse
-
Packages that use ListAccountsForParentResponse 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 ListAccountsForParentResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListAccountsForParentResponse Modifier and Type Method Description default ListAccountsForParentResponseOrganizationsClient. listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).default ListAccountsForParentResponseOrganizationsClient. listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListAccountsForParentResponse Modifier and Type Method Description default CompletableFuture<ListAccountsForParentResponse>OrganizationsAsyncClient. listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).default CompletableFuture<ListAccountsForParentResponse>OrganizationsAsyncClient. listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU). -
Uses of ListAccountsForParentResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListAccountsForParentResponse Modifier and Type Method Description Iterator<ListAccountsForParentResponse>ListAccountsForParentIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListAccountsForParentResponse Modifier and Type Method Description voidListAccountsForParentPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountsForParentResponse> subscriber)
-