| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicePoolResult |
AWSDeviceFarm.updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
UpdateDevicePoolResult |
AbstractAWSDeviceFarm.updateDevicePool(UpdateDevicePoolRequest request) |
UpdateDevicePoolResult |
AWSDeviceFarmClient.updateDevicePool(UpdateDevicePoolRequest request)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsyncClient.updateDevicePoolAsync(UpdateDevicePoolRequest request) |
Future<UpdateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest request) |
Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest updateDevicePoolRequest)
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) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsyncClient.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
Future<UpdateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.clone() |
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the Device Farm device pool to update.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withClearMaxDevices(Boolean clearMaxDevices)
Sets whether the
maxDevices parameter applies to your device pool. |
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withDescription(String description)
A description of the device pool to update.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withMaxDevices(Integer maxDevices)
The number of devices that Device Farm can add to your device pool.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withName(String name)
A string that represents the name of the device pool to update.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withRules(Collection<Rule> rules)
Represents the rules to modify for the device pool.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withRules(Rule... rules)
Represents the rules to modify for the device pool.
|
Copyright © 2021. All rights reserved.