Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Rule> |
UpdateDevicePoolRequest.getRules()
Represents the rules you wish to modify for the device pool.
|
List<Rule> |
CreateDevicePoolRequest.getRules()
The device pool's rules.
|
List<Rule> |
DevicePool.getRules()
Information about the device pool's rules.
|
Modifier and Type | Method and Description |
---|---|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withRules(Rule... rules)
Represents the rules you wish to modify for the device pool.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(Rule... rules)
The device pool's rules.
|
DevicePool |
DevicePool.withRules(Rule... rules)
Information about the device pool's rules.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDevicePoolRequest.setRules(Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
|
void |
CreateDevicePoolRequest.setRules(Collection<Rule> rules)
The device pool's rules.
|
void |
DevicePool.setRules(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.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(Collection<Rule> rules)
The device pool's rules.
|
DevicePool |
DevicePool.withRules(Collection<Rule> rules)
Information about the device pool's rules.
|
Copyright © 2018. All rights reserved.