Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.createDevicePoolAsync(CreateDevicePoolRequest request,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler) |
java.util.concurrent.Future<CreateDevicePoolResult> |
AWSDeviceFarmAsyncClient.createDevicePoolAsync(CreateDevicePoolRequest request,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler) |
java.util.concurrent.Future<CreateDevicePoolResult> |
AWSDeviceFarmAsync.createDevicePoolAsync(CreateDevicePoolRequest createDevicePoolRequest,
AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler)
Creates a device pool.
|
Modifier and Type | Method and Description |
---|---|
CreateDevicePoolRequest |
CreateDevicePoolRequest.clone() |
CreateDevicePoolRequest |
CreateDevicePoolRequest.withDescription(java.lang.String description)
The device pool's description.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withName(java.lang.String name)
The device pool's name.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withProjectArn(java.lang.String projectArn)
The ARN of the project for the device pool.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(java.util.Collection<Rule> rules)
The device pool's rules.
|
CreateDevicePoolRequest |
CreateDevicePoolRequest.withRules(Rule... rules)
The device pool's rules.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateDevicePoolRequest> |
CreateDevicePoolRequestMarshaller.marshall(CreateDevicePoolRequest createDevicePoolRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateDevicePoolRequest> |
CreateDevicePoolRequestMarshaller.marshall(CreateDevicePoolRequest createDevicePoolRequest) |