| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Predicate.clone() |
Predicate |
ComponentDataConfiguration.getPredicate()
Represents the conditional logic to use when binding data to a component.
|
Predicate |
Predicate.withAnd(Collection<Predicate> and)
A list of predicates to combine logically.
|
Predicate |
Predicate.withAnd(Predicate... and)
A list of predicates to combine logically.
|
Predicate |
Predicate.withField(String field)
The field to query.
|
Predicate |
Predicate.withOperand(String operand)
The value to use when performing the evaluation.
|
Predicate |
Predicate.withOperandType(String operandType)
The type of value to use when performing the evaluation.
|
Predicate |
Predicate.withOperator(String operator)
The operator to use to perform the evaluation.
|
Predicate |
Predicate.withOr(Collection<Predicate> or)
A list of predicates to combine logically.
|
Predicate |
Predicate.withOr(Predicate... or)
A list of predicates to combine logically.
|
| Modifier and Type | Method and Description |
|---|---|
List<Predicate> |
Predicate.getAnd()
A list of predicates to combine logically.
|
List<Predicate> |
Predicate.getOr()
A list of predicates to combine logically.
|
List<Predicate> |
ComponentBindingPropertiesValueProperties.getPredicates()
A list of predicates for binding a component's properties to data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentDataConfiguration.setPredicate(Predicate predicate)
Represents the conditional logic to use when binding data to a component.
|
Predicate |
Predicate.withAnd(Predicate... and)
A list of predicates to combine logically.
|
Predicate |
Predicate.withOr(Predicate... or)
A list of predicates to combine logically.
|
ComponentDataConfiguration |
ComponentDataConfiguration.withPredicate(Predicate predicate)
Represents the conditional logic to use when binding data to a component.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withPredicates(Predicate... predicates)
A list of predicates for binding a component's properties to data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Predicate.setAnd(Collection<Predicate> and)
A list of predicates to combine logically.
|
void |
Predicate.setOr(Collection<Predicate> or)
A list of predicates to combine logically.
|
void |
ComponentBindingPropertiesValueProperties.setPredicates(Collection<Predicate> predicates)
A list of predicates for binding a component's properties to data.
|
Predicate |
Predicate.withAnd(Collection<Predicate> and)
A list of predicates to combine logically.
|
Predicate |
Predicate.withOr(Collection<Predicate> or)
A list of predicates to combine logically.
|
ComponentBindingPropertiesValueProperties |
ComponentBindingPropertiesValueProperties.withPredicates(Collection<Predicate> predicates)
A list of predicates for binding a component's properties to data.
|
Copyright © 2024. All rights reserved.