Uses of Class
software.amazon.awssdk.services.organizations.model.Child
-
Packages that use Child Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Child in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Child Modifier and Type Method Description List<Child>ListChildrenResponse. children()The list of children of the specified parent container.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Child Modifier and Type Method Description ListChildrenResponse.BuilderListChildrenResponse.Builder. children(Child... children)The list of children of the specified parent container.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Child Modifier and Type Method Description ListChildrenResponse.BuilderListChildrenResponse.Builder. children(Collection<Child> children)The list of children of the specified parent container.
-