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 Rule
Rule. clone()
Rule
Rule. withAttribute(DeviceAttribute attribute)
The rule's stringified attribute.Rule
Rule. withAttribute(String attribute)
The rule's stringified attribute.Rule
Rule. withOperator(RuleOperator operator)
The rule's operator.Rule
Rule. withOperator(String operator)
The rule's operator.Rule
Rule. 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 CreateDevicePoolRequest
CreateDevicePoolRequest. withRules(Rule... rules)
The device pool's rules.DevicePool
DevicePool. withRules(Rule... rules)
Information about the device pool's rules.UpdateDevicePoolRequest
UpdateDevicePoolRequest. 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 void
CreateDevicePoolRequest. setRules(Collection<Rule> rules)
The device pool's rules.void
DevicePool. setRules(Collection<Rule> rules)
Information about the device pool's rules.void
UpdateDevicePoolRequest. setRules(Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.CreateDevicePoolRequest
CreateDevicePoolRequest. withRules(Collection<Rule> rules)
The device pool's rules.DevicePool
DevicePool. withRules(Collection<Rule> rules)
Information about the device pool's rules.UpdateDevicePoolRequest
UpdateDevicePoolRequest. withRules(Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
-