| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDevicePoolResult> |
AWSDeviceFarmAsyncClient.createDevicePoolAsync(CreateDevicePoolRequest request,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler) |
Future<CreateDevicePoolResult> |
AWSDeviceFarmAsync.createDevicePoolAsync(CreateDevicePoolRequest createDevicePoolRequest,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler)
Creates a device pool.
|
Future<CreateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.createDevicePoolAsync(CreateDevicePoolRequest request,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDevicePoolRequest |
CreateDevicePoolRequest.clone() |
CreateDevicePoolRequest |
CreateDevicePoolRequest.withDescription(String description)
The device pool's description.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withMaxDevices(Integer maxDevices)
The number of devices that Device Farm can add to your device pool.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withName(String name)
The device pool's name.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withProjectArn(String projectArn)
The ARN of the project for the device pool.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(Collection<Rule> rules)
The device pool's rules.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(Rule... rules)
The device pool's rules.
|
Copyright © 2019. All rights reserved.