| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentVariant |
ComponentVariant.addOverridesEntry(String key,
Map<String,String> value)
Add a single Overrides entry
|
ComponentVariant |
ComponentVariant.addVariantValuesEntry(String key,
String value)
Add a single VariantValues entry
|
ComponentVariant |
ComponentVariant.clearOverridesEntries()
Removes all the entries added into Overrides.
|
ComponentVariant |
ComponentVariant.clearVariantValuesEntries()
Removes all the entries added into VariantValues.
|
ComponentVariant |
ComponentVariant.clone() |
ComponentVariant |
ComponentVariant.withOverrides(Map<String,Map<String,String>> overrides)
The properties of the component variant that can be overriden when customizing an instance of the component.
|
ComponentVariant |
ComponentVariant.withVariantValues(Map<String,String> variantValues)
The combination of variants that comprise this variant.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentVariant> |
UpdateComponentData.getVariants()
A list of the unique variants of the main component being updated.
|
List<ComponentVariant> |
CreateComponentData.getVariants()
A list of the unique variants of this component.
|
List<ComponentVariant> |
Component.getVariants()
A list of the component's variants.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentData |
UpdateComponentData.withVariants(ComponentVariant... variants)
A list of the unique variants of the main component being updated.
|
CreateComponentData |
CreateComponentData.withVariants(ComponentVariant... variants)
A list of the unique variants of this component.
|
Component |
Component.withVariants(ComponentVariant... variants)
A list of the component's variants.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateComponentData.setVariants(Collection<ComponentVariant> variants)
A list of the unique variants of the main component being updated.
|
void |
CreateComponentData.setVariants(Collection<ComponentVariant> variants)
A list of the unique variants of this component.
|
void |
Component.setVariants(Collection<ComponentVariant> variants)
A list of the component's variants.
|
UpdateComponentData |
UpdateComponentData.withVariants(Collection<ComponentVariant> variants)
A list of the unique variants of the main component being updated.
|
CreateComponentData |
CreateComponentData.withVariants(Collection<ComponentVariant> variants)
A list of the unique variants of this component.
|
Component |
Component.withVariants(Collection<ComponentVariant> variants)
A list of the component's variants.
|
Copyright © 2025. All rights reserved.