| 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 |
|---|---|
UpdateDevicePoolResult |
AWSDeviceFarmClient.updateDevicePool(UpdateDevicePoolRequest request)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
UpdateDevicePoolResult |
AbstractAWSDeviceFarm.updateDevicePool(UpdateDevicePoolRequest request) |
UpdateDevicePoolResult |
AWSDeviceFarm.updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest updateDevicePoolRequest,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsyncClient.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
Future<UpdateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicePoolResult |
UpdateDevicePoolResult.clone() |
UpdateDevicePoolResult |
UpdateDevicePoolResult.withDevicePool(DevicePool devicePool)
The device pool you just updated.
|
Copyright © 2018. All rights reserved.