| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
DevicePool.rules()
Information about the device pool's rules.
|
List<Rule> |
CreateDevicePoolRequest.rules()
The device pool's rules.
|
List<Rule> |
UpdateDevicePoolRequest.rules()
Represents the rules you wish to modify for the device pool.
|
| Modifier and Type | Method and Description |
|---|---|
DevicePool.Builder |
DevicePool.Builder.rules(Rule... rules)
Information about the device pool's rules.
|
CreateDevicePoolRequest.Builder |
CreateDevicePoolRequest.Builder.rules(Rule... rules)
The device pool's rules.
|
UpdateDevicePoolRequest.Builder |
UpdateDevicePoolRequest.Builder.rules(Rule... rules)
Represents the rules you wish to modify for the device pool.
|
| Modifier and Type | Method and Description |
|---|---|
DevicePool.Builder |
DevicePool.Builder.rules(Collection<Rule> rules)
Information about the device pool's rules.
|
CreateDevicePoolRequest.Builder |
CreateDevicePoolRequest.Builder.rules(Collection<Rule> rules)
The device pool's rules.
|
UpdateDevicePoolRequest.Builder |
UpdateDevicePoolRequest.Builder.rules(Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMarshaller.marshall(Rule rule,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.