Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.ComponentVariant
-
Packages that use ComponentVariant Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ComponentVariant in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ComponentVariant Modifier and Type Method Description List<ComponentVariant>Component. variants()A list of the component's variants.List<ComponentVariant>CreateComponentData. variants()A list of the unique variants of this component.List<ComponentVariant>UpdateComponentData. variants()A list of the unique variants of the main component being updated.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type ComponentVariant Modifier and Type Method Description Component.BuilderComponent.Builder. variants(ComponentVariant... variants)A list of the component's variants.CreateComponentData.BuilderCreateComponentData.Builder. variants(ComponentVariant... variants)A list of the unique variants of this component.UpdateComponentData.BuilderUpdateComponentData.Builder. variants(ComponentVariant... variants)A list of the unique variants of the main component being updated.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type ComponentVariant Modifier and Type Method Description Component.BuilderComponent.Builder. variants(Collection<ComponentVariant> variants)A list of the component's variants.CreateComponentData.BuilderCreateComponentData.Builder. variants(Collection<ComponentVariant> variants)A list of the unique variants of this component.UpdateComponentData.BuilderUpdateComponentData.Builder. variants(Collection<ComponentVariant> variants)A list of the unique variants of the main component being updated.
-