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 UpdateDevicePoolResultAbstractAWSDeviceFarm. updateDevicePool(UpdateDevicePoolRequest request)UpdateDevicePoolResultAWSDeviceFarm. updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.UpdateDevicePoolResultAWSDeviceFarmClient. 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 UpdateDevicePoolRequestUpdateDevicePoolRequest. clone()UpdateDevicePoolRequestUpdateDevicePoolRequest. withArn(String arn)The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.UpdateDevicePoolRequestUpdateDevicePoolRequest. withDescription(String description)A description of the device pool you wish to update.UpdateDevicePoolRequestUpdateDevicePoolRequest. withName(String name)A string representing the name of the device pool you wish to update.UpdateDevicePoolRequestUpdateDevicePoolRequest. withRules(Rule... rules)Represents the rules you wish to modify for the device pool.UpdateDevicePoolRequestUpdateDevicePoolRequest. withRules(Collection<Rule> rules)Represents the rules you wish to modify for the device pool.
-