Uses of Interface
software.amazon.awssdk.services.organizations.model.ListChildrenRequest.Builder
-
Packages that use ListChildrenRequest.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 ListChildrenRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListChildrenRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChildrenResponse>OrganizationsAsyncClient. listChildren(Consumer<ListChildrenRequest.Builder> listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.default ListChildrenResponseOrganizationsClient. listChildren(Consumer<ListChildrenRequest.Builder> listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.default ListChildrenPublisherOrganizationsAsyncClient. listChildrenPaginator(Consumer<ListChildrenRequest.Builder> listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.default ListChildrenIterableOrganizationsClient. listChildrenPaginator(Consumer<ListChildrenRequest.Builder> listChildrenRequest)Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root. -
Uses of ListChildrenRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListChildrenRequest.Builder Modifier and Type Method Description static ListChildrenRequest.BuilderListChildrenRequest. builder()ListChildrenRequest.BuilderListChildrenRequest.Builder. childType(String childType)Filters the output to include only the specified child type.ListChildrenRequest.BuilderListChildrenRequest.Builder. childType(ChildType childType)Filters the output to include only the specified child type.ListChildrenRequest.BuilderListChildrenRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListChildrenRequest.BuilderListChildrenRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListChildrenRequest.BuilderListChildrenRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChildrenRequest.BuilderListChildrenRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChildrenRequest.BuilderListChildrenRequest.Builder. parentId(String parentId)The unique identifier (ID) for the parent root or OU whose children you want to list.ListChildrenRequest.BuilderListChildrenRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListChildrenRequest.Builder Modifier and Type Method Description static Class<? extends ListChildrenRequest.Builder>ListChildrenRequest. serializableBuilderClass()
-