Uses of Interface
software.amazon.awssdk.services.organizations.model.ListChildrenResponse.Builder
-
Packages that use ListChildrenResponse.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of ListChildrenResponse.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListChildrenResponse.Builder Modifier and Type Method Description static ListChildrenResponse.BuilderListChildrenResponse. builder()ListChildrenResponse.BuilderListChildrenResponse.Builder. children(Collection<Child> children)The list of children of the specified parent container.ListChildrenResponse.BuilderListChildrenResponse.Builder. children(Consumer<Child.Builder>... children)The list of children of the specified parent container.ListChildrenResponse.BuilderListChildrenResponse.Builder. children(Child... children)The list of children of the specified parent container.ListChildrenResponse.BuilderListChildrenResponse.Builder. nextToken(String nextToken)If present, indicates that more output is available than is included in the current response.ListChildrenResponse.BuilderListChildrenResponse. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListChildrenResponse.Builder Modifier and Type Method Description static Class<? extends ListChildrenResponse.Builder>ListChildrenResponse. serializableBuilderClass()
-