Uses of Class
software.amazon.awssdk.services.devicefarm.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of Rule in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>CreateDevicePoolRequest. rules()The device pool's rules.List<Rule>DevicePool. rules()Information about the device pool's rules.List<Rule>UpdateDevicePoolRequest. rules()Represents the rules to modify for the device pool.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Rule Modifier and Type Method Description CreateDevicePoolRequest.BuilderCreateDevicePoolRequest.Builder. rules(Rule... rules)The device pool's rules.DevicePool.BuilderDevicePool.Builder. rules(Rule... rules)Information about the device pool's rules.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. rules(Rule... rules)Represents the rules to modify for the device pool.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Rule Modifier and Type Method Description CreateDevicePoolRequest.BuilderCreateDevicePoolRequest.Builder. rules(Collection<Rule> rules)The device pool's rules.DevicePool.BuilderDevicePool.Builder. rules(Collection<Rule> rules)Information about the device pool's rules.UpdateDevicePoolRequest.BuilderUpdateDevicePoolRequest.Builder. rules(Collection<Rule> rules)Represents the rules to modify for the device pool.
-