Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.Predicate
-
Packages that use Predicate Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of Predicate in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return Predicate Modifier and Type Method Description PredicateComponentDataConfiguration. predicate()Represents the conditional logic to use when binding data to a component.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type Predicate Modifier and Type Method 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.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type Predicate Modifier and Type Method Description Predicate.BuilderPredicate.Builder. and(Predicate... and)A list of predicates to combine logically.Predicate.BuilderPredicate.Builder. or(Predicate... or)A list of predicates to combine logically.ComponentDataConfiguration.BuilderComponentDataConfiguration.Builder. predicate(Predicate predicate)Represents the conditional logic to use when binding data to a component.ComponentBindingPropertiesValueProperties.BuilderComponentBindingPropertiesValueProperties.Builder. predicates(Predicate... predicates)A list of predicates for binding a component's properties to data.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type Predicate Modifier and Type Method Description Predicate.BuilderPredicate.Builder. and(Collection<Predicate> and)A list of predicates to combine logically.Predicate.BuilderPredicate.Builder. or(Collection<Predicate> or)A list of predicates to combine logically.ComponentBindingPropertiesValueProperties.BuilderComponentBindingPropertiesValueProperties.Builder. predicates(Collection<Predicate> predicates)A list of predicates for binding a component's properties to data.
-