Uses of Class
software.amazon.awssdk.services.organizations.model.ListParentsResponse
-
Packages that use ListParentsResponse 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 ListParentsResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListParentsResponse 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.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListParentsResponse Modifier and Type Method Description default CompletableFuture<ListParentsResponse>OrganizationsAsyncClient. 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 CompletableFuture<ListParentsResponse>OrganizationsAsyncClient. listParents(ListParentsRequest listParentsRequest)Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account. -
Uses of ListParentsResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListParentsResponse Modifier and Type Method Description Iterator<ListParentsResponse>ListParentsIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListParentsResponse Modifier and Type Method Description voidListParentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListParentsResponse> subscriber)
-