Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentChild
-
Packages that use ComponentChild Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentChild in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentChild Modifier and Type Method Description List<ComponentChild>Component. children()A list of the component'sComponentChildinstances.List<ComponentChild>ComponentChild. children()The list ofComponentChildinstances for this component.List<ComponentChild>CreateComponentData. children()A list of child components that are instances of the main component.List<ComponentChild>UpdateComponentData. children()The components that are instances of the main component.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ComponentChild Modifier and Type Method Description Component.BuilderComponent.Builder. children(ComponentChild... children)A list of the component'sComponentChildinstances.ComponentChild.BuilderComponentChild.Builder. children(ComponentChild... children)The list ofComponentChildinstances for this component.CreateComponentData.BuilderCreateComponentData.Builder. children(ComponentChild... children)A list of child components that are instances of the main component.UpdateComponentData.BuilderUpdateComponentData.Builder. children(ComponentChild... children)The components that are instances of the main component.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ComponentChild Modifier and Type Method Description Component.BuilderComponent.Builder. children(Collection<ComponentChild> children)A list of the component'sComponentChildinstances.ComponentChild.BuilderComponentChild.Builder. children(Collection<ComponentChild> children)The list ofComponentChildinstances for this component.CreateComponentData.BuilderCreateComponentData.Builder. children(Collection<ComponentChild> children)A list of child components that are instances of the main component.UpdateComponentData.BuilderUpdateComponentData.Builder. children(Collection<ComponentChild> children)The components that are instances of the main component.
-