| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentConditionProperty |
ComponentConditionProperty.clone() |
ComponentConditionProperty |
ComponentProperty.getCondition()
The conditional expression to use to assign a value to the component property.
|
ComponentConditionProperty |
ComponentConditionProperty.withElse(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
ComponentConditionProperty |
ComponentConditionProperty.withField(String field)
The name of a field.
|
ComponentConditionProperty |
ComponentConditionProperty.withOperand(String operand)
The value of the property to evaluate.
|
ComponentConditionProperty |
ComponentConditionProperty.withOperandType(String operandType)
The type of the property to evaluate.
|
ComponentConditionProperty |
ComponentConditionProperty.withOperator(String operator)
The operator to use to perform the evaluation, such as
eq to represent equals. |
ComponentConditionProperty |
ComponentConditionProperty.withProperty(String property)
The name of the conditional property.
|
ComponentConditionProperty |
ComponentConditionProperty.withThen(ComponentProperty then)
The value to assign to the property if the condition is met.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentProperty.setCondition(ComponentConditionProperty condition)
The conditional expression to use to assign a value to the component property.
|
ComponentProperty |
ComponentProperty.withCondition(ComponentConditionProperty condition)
The conditional expression to use to assign a value to the component property.
|
Copyright © 2025. All rights reserved.