| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVariant> |
CreateComponentData.variants()
A list of the unique variants of this component.
|
List<ComponentVariant> |
Component.variants()
A list of the component's variants.
|
List<ComponentVariant> |
UpdateComponentData.variants()
A list of the unique variants of the main component being updated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData.Builder |
CreateComponentData.Builder.variants(ComponentVariant... variants)
A list of the unique variants of this component.
|
Component.Builder |
Component.Builder.variants(ComponentVariant... variants)
A list of the component's variants.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.variants(ComponentVariant... variants)
A list of the unique variants of the main component being updated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComponentData.Builder |
CreateComponentData.Builder.variants(Collection<ComponentVariant> variants)
A list of the unique variants of this component.
|
Component.Builder |
Component.Builder.variants(Collection<ComponentVariant> variants)
A list of the component's variants.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.variants(Collection<ComponentVariant> variants)
A list of the unique variants of the main component being updated.
|
Copyright © 2023. All rights reserved.