Uses of Interface
software.amazon.awssdk.services.organizations.model.ListParentsRequest.Builder
-
Packages that use ListParentsRequest.Builder 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.model -
-
Uses of ListParentsRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListParentsRequest.Builder 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 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 ListParentsPublisherOrganizationsAsyncClient. listParentsPaginator(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 ListParentsIterableOrganizationsClient. listParentsPaginator(Consumer<ListParentsRequest.Builder> listParentsRequest)Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account. -
Uses of ListParentsRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListParentsRequest.Builder Modifier and Type Method Description static ListParentsRequest.BuilderListParentsRequest. builder()ListParentsRequest.BuilderListParentsRequest.Builder. childId(String childId)The unique identifier (ID) of the OU or account whose parent containers you want to list.ListParentsRequest.BuilderListParentsRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListParentsRequest.BuilderListParentsRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListParentsRequest.BuilderListParentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListParentsRequest.BuilderListParentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListParentsRequest.BuilderListParentsRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListParentsRequest.Builder Modifier and Type Method Description static Class<? extends ListParentsRequest.Builder>ListParentsRequest. serializableBuilderClass()
-