Uses of Class
com.amazonaws.services.devicefarm.model.Rule
Packages that use Rule
-
Uses of Rule in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return RuleModifier and TypeMethodDescriptionRule.clone()
Rule.withAttribute
(DeviceAttribute attribute) The rule's stringified attribute.Rule.withAttribute
(String attribute) The rule's stringified attribute.Rule.withOperator
(RuleOperator operator) The rule's operator.Rule.withOperator
(String operator) The rule's operator.The rule's value.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type RuleModifier and TypeMethodDescriptionCreateDevicePoolRequest.getRules()
The device pool's rules.DevicePool.getRules()
Information about the device pool's rules.UpdateDevicePoolRequest.getRules()
Represents the rules you wish to modify for the device pool.Methods in com.amazonaws.services.devicefarm.model with parameters of type RuleModifier and TypeMethodDescriptionThe device pool's rules.Information about the device pool's 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 RuleModifier and TypeMethodDescriptionvoid
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.withRules
(Collection<Rule> rules) The device pool's rules.DevicePool.withRules
(Collection<Rule> rules) Information about the device pool's rules.UpdateDevicePoolRequest.withRules
(Collection<Rule> rules) Represents the rules you wish to modify for the device pool.