Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDevicePoolResult> |
AWSDeviceFarmAsync.createDevicePoolAsync(CreateDevicePoolRequest createDevicePoolRequest,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler)
Creates a device pool.
|
Future<CreateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.createDevicePoolAsync(CreateDevicePoolRequest request,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler) |
Future<CreateDevicePoolResult> |
AWSDeviceFarmAsyncClient.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.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 © 2018. All rights reserved.