Uses of Class
software.amazon.awssdk.services.connect.model.Condition
-
Packages that use Condition Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Condition in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Condition Modifier and Type Method Description List<Condition>ListCondition. conditions()A list of Condition objects which would be applied together with an AND condition.Methods in software.amazon.awssdk.services.connect.model with parameters of type Condition Modifier and Type Method Description ListCondition.BuilderListCondition.Builder. conditions(Condition... conditions)A list of Condition objects which would be applied together with an AND condition.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Condition Modifier and Type Method Description ListCondition.BuilderListCondition.Builder. conditions(Collection<Condition> conditions)A list of Condition objects which would be applied together with an AND condition.
-