| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
ComponentDataConfiguration.predicate()
Represents the conditional logic to use when binding data to a component.
|
| Modifier and Type | Method and Description |
|---|---|
List<Predicate> |
Predicate.and()
A list of predicates to combine logically.
|
List<Predicate> |
Predicate.or()
A list of predicates to combine logically.
|
List<Predicate> |
ComponentBindingPropertiesValueProperties.predicates()
A list of predicates for binding a component's properties to data.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate.Builder |
Predicate.Builder.and(Predicate... and)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.or(Predicate... or)
A list of predicates to combine logically.
|
ComponentDataConfiguration.Builder |
ComponentDataConfiguration.Builder.predicate(Predicate predicate)
Represents the conditional logic to use when binding data to a component.
|
ComponentBindingPropertiesValueProperties.Builder |
ComponentBindingPropertiesValueProperties.Builder.predicates(Predicate... predicates)
A list of predicates for binding a component's properties to data.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate.Builder |
Predicate.Builder.and(Collection<Predicate> and)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.or(Collection<Predicate> or)
A list of predicates to combine logically.
|
ComponentBindingPropertiesValueProperties.Builder |
ComponentBindingPropertiesValueProperties.Builder.predicates(Collection<Predicate> predicates)
A list of predicates for binding a component's properties to data.
|
Copyright © 2022. All rights reserved.