Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Rule> |
UpdateDevicePoolRequest.rules
Represents the rules you wish to modify for the device pool.
|
private java.util.List<Rule> |
DevicePool.rules
Information about the device pool's rules.
|
private java.util.List<Rule> |
CreateDevicePoolRequest.rules
The device pool's rules.
|
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.clone() |
Rule |
Rule.withAttribute(DeviceAttribute attribute)
The rule's stringified attribute.
|
Rule |
Rule.withAttribute(java.lang.String attribute)
The rule's stringified attribute.
|
Rule |
Rule.withOperator(RuleOperator operator)
The rule's operator.
|
Rule |
Rule.withOperator(java.lang.String operator)
The rule's operator.
|
Rule |
Rule.withValue(java.lang.String value)
The rule's value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Rule> |
UpdateDevicePoolRequest.getRules()
Represents the rules you wish to modify for the device pool.
|
java.util.List<Rule> |
DevicePool.getRules()
Information about the device pool's rules.
|
java.util.List<Rule> |
CreateDevicePoolRequest.getRules()
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.
|
DevicePool |
DevicePool.withRules(Rule... rules)
Information about the device pool's rules.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(Rule... rules)
The device pool's rules.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDevicePoolRequest.setRules(java.util.Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
|
void |
DevicePool.setRules(java.util.Collection<Rule> rules)
Information about the device pool's rules.
|
void |
CreateDevicePoolRequest.setRules(java.util.Collection<Rule> rules)
The device pool's rules.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withRules(java.util.Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
|
DevicePool |
DevicePool.withRules(java.util.Collection<Rule> rules)
Information about the device pool's rules.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(java.util.Collection<Rule> rules)
The device pool's rules.
|
Modifier and Type | Method and Description |
---|---|
Rule |
RuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RuleJsonMarshaller.marshall(Rule rule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|