Uses of Class
com.amazonaws.services.devicefarm.model.Rule
-
Packages that use Rule Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Rule in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Rule Modifier and Type Method Description RuleRule. clone()RuleRule. withAttribute(DeviceAttribute attribute)The rule's stringified attribute.RuleRule. withAttribute(String attribute)The rule's stringified attribute.RuleRule. withOperator(RuleOperator operator)The rule's operator.RuleRule. withOperator(String operator)The rule's operator.RuleRule. withValue(String value)The rule's value.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>CreateDevicePoolRequest. getRules()The device pool's rules.List<Rule>DevicePool. getRules()Information about the device pool's rules.List<Rule>UpdateDevicePoolRequest. getRules()Represents the rules you wish to modify for the device pool.Methods in com.amazonaws.services.devicefarm.model with parameters of type Rule Modifier and Type Method Description CreateDevicePoolRequestCreateDevicePoolRequest. withRules(Rule... rules)The device pool's rules.DevicePoolDevicePool. withRules(Rule... rules)Information about the device pool's rules.UpdateDevicePoolRequestUpdateDevicePoolRequest. withRules(Rule... rules)Represents the rules you wish to modify for the device pool.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Rule Modifier and Type Method Description voidCreateDevicePoolRequest. setRules(Collection<Rule> rules)The device pool's rules.voidDevicePool. setRules(Collection<Rule> rules)Information about the device pool's rules.voidUpdateDevicePoolRequest. setRules(Collection<Rule> rules)Represents the rules you wish to modify for the device pool.CreateDevicePoolRequestCreateDevicePoolRequest. withRules(Collection<Rule> rules)The device pool's rules.DevicePoolDevicePool. withRules(Collection<Rule> rules)Information about the device pool's rules.UpdateDevicePoolRequestUpdateDevicePoolRequest. withRules(Collection<Rule> rules)Represents the rules you wish to modify for the device pool.
-