Uses of Class
com.amazonaws.services.devicefarm.model.UpdateDevicePoolRequest
-
Packages that use UpdateDevicePoolRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of UpdateDevicePoolRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type UpdateDevicePoolRequest Modifier and Type Method Description 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.UpdateDevicePoolResult
AWSDeviceFarmClient. updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.Future<UpdateDevicePoolResult>
AbstractAWSDeviceFarmAsync. updateDevicePoolAsync(UpdateDevicePoolRequest request)
Future<UpdateDevicePoolResult>
AbstractAWSDeviceFarmAsync. updateDevicePoolAsync(UpdateDevicePoolRequest request, AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler)
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>
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)
Future<UpdateDevicePoolResult>
AWSDeviceFarmAsyncClient. updateDevicePoolAsync(UpdateDevicePoolRequest request, AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler)
Method parameters in com.amazonaws.services.devicefarm with type arguments of type UpdateDevicePoolRequest Modifier and Type Method Description 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.Future<UpdateDevicePoolResult>
AWSDeviceFarmAsyncClient. updateDevicePoolAsync(UpdateDevicePoolRequest request, AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler)
-
Uses of UpdateDevicePoolRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UpdateDevicePoolRequest Modifier and Type Method Description UpdateDevicePoolRequest
UpdateDevicePoolRequest. clone()
UpdateDevicePoolRequest
UpdateDevicePoolRequest. withArn(String arn)
The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.UpdateDevicePoolRequest
UpdateDevicePoolRequest. withDescription(String description)
A description of the device pool you wish to update.UpdateDevicePoolRequest
UpdateDevicePoolRequest. withName(String name)
A string representing the name of the device pool you wish to update.UpdateDevicePoolRequest
UpdateDevicePoolRequest. withRules(Rule... rules)
Represents the rules you wish to modify for the device pool.UpdateDevicePoolRequest
UpdateDevicePoolRequest. withRules(Collection<Rule> rules)
Represents the rules you wish to modify for the device pool.
-