Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateDevicePoolResult |
AbstractAWSDeviceFarm.updateDevicePool(UpdateDevicePoolRequest request) |
UpdateDevicePoolResult |
AWSDeviceFarmClient.updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the
attributes and the pool ARN.
|
UpdateDevicePoolResult |
AWSDeviceFarm.updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the
attributes and the pool ARN.
|
java.util.concurrent.Future<UpdateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest request) |
java.util.concurrent.Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsyncClient.updateDevicePoolAsync(UpdateDevicePoolRequest request) |
java.util.concurrent.Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the
attributes and the pool ARN.
|
java.util.concurrent.Future<UpdateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
java.util.concurrent.Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsyncClient.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
java.util.concurrent.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 |
---|---|
java.util.concurrent.Future<UpdateDevicePoolResult> |
AbstractAWSDeviceFarmAsync.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
java.util.concurrent.Future<UpdateDevicePoolResult> |
AWSDeviceFarmAsyncClient.updateDevicePoolAsync(UpdateDevicePoolRequest request,
AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler) |
java.util.concurrent.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(java.lang.String arn)
The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to
update.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withDescription(java.lang.String description)
A description of the device pool you wish to update.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withName(java.lang.String name)
A string representing the name of the device pool you wish to update.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withRules(java.util.Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
|
UpdateDevicePoolRequest |
UpdateDevicePoolRequest.withRules(Rule... rules)
Represents the rules you wish to modify for the device pool.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateDevicePoolRequest> |
UpdateDevicePoolRequestMarshaller.marshall(UpdateDevicePoolRequest updateDevicePoolRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateDevicePoolRequest> |
UpdateDevicePoolRequestMarshaller.marshall(UpdateDevicePoolRequest updateDevicePoolRequest) |