Uses of Class
software.amazon.awssdk.services.organizations.model.ListParentsRequest
-
Packages that use ListParentsRequest 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 ListParentsRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListParentsRequest Modifier and Type Method Description 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.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 ListParentsPublisherOrganizationsAsyncClient. listParentsPaginator(ListParentsRequest listParentsRequest)This is a variant ofOrganizationsAsyncClient.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. -
Uses of ListParentsRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListParentsRequest Constructor Description ListParentsIterable(OrganizationsClient client, ListParentsRequest firstRequest)ListParentsPublisher(OrganizationsAsyncClient client, ListParentsRequest firstRequest) -
Uses of ListParentsRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListParentsRequest Modifier and Type Method Description SdkHttpFullRequestListParentsRequestMarshaller. marshall(ListParentsRequest listParentsRequest)
-