| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentChild> |
CreateComponentData.children()
A list of child components that are instances of the main component.
|
List<ComponentChild> |
ComponentChild.children()
The list of
ComponentChild instances for this component. |
List<ComponentChild> |
Component.children()
A list of the component's
ComponentChild instances. |
List<ComponentChild> |
UpdateComponentData.children()
The components that are instances of the main component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData.Builder |
CreateComponentData.Builder.children(ComponentChild... children)
A list of child components that are instances of the main component.
|
ComponentChild.Builder |
ComponentChild.Builder.children(ComponentChild... children)
The list of
ComponentChild instances for this component. |
Component.Builder |
Component.Builder.children(ComponentChild... children)
A list of the component's
ComponentChild instances. |
UpdateComponentData.Builder |
UpdateComponentData.Builder.children(ComponentChild... children)
The components that are instances of the main component.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData.Builder |
CreateComponentData.Builder.children(Collection<ComponentChild> children)
A list of child components that are instances of the main component.
|
ComponentChild.Builder |
ComponentChild.Builder.children(Collection<ComponentChild> children)
The list of
ComponentChild instances for this component. |
Component.Builder |
Component.Builder.children(Collection<ComponentChild> children)
A list of the component's
ComponentChild instances. |
UpdateComponentData.Builder |
UpdateComponentData.Builder.children(Collection<ComponentChild> children)
The components that are instances of the main component.
|
Copyright © 2022. All rights reserved.