Uses of Interface
software.amazon.awssdk.services.organizations.model.ListAccountsForParentRequest.Builder
-
Packages that use ListAccountsForParentRequest.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 ListAccountsForParentRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListAccountsForParentRequest.Builder 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 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 ListAccountsForParentPublisherOrganizationsAsyncClient. listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU).default ListAccountsForParentIterableOrganizationsClient. listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU). -
Uses of ListAccountsForParentRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListAccountsForParentRequest.Builder Modifier and Type Method Description static ListAccountsForParentRequest.BuilderListAccountsForParentRequest. builder()ListAccountsForParentRequest.BuilderListAccountsForParentRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListAccountsForParentRequest.BuilderListAccountsForParentRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListAccountsForParentRequest.BuilderListAccountsForParentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountsForParentRequest.BuilderListAccountsForParentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountsForParentRequest.BuilderListAccountsForParentRequest.Builder. parentId(String parentId)The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.ListAccountsForParentRequest.BuilderListAccountsForParentRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListAccountsForParentRequest.Builder Modifier and Type Method Description static Class<? extends ListAccountsForParentRequest.Builder>ListAccountsForParentRequest. serializableBuilderClass()
-