Uses of Class
com.amazonaws.services.devicefarm.model.UpdateDevicePoolResult
-
Packages that use UpdateDevicePoolResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of UpdateDevicePoolResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return UpdateDevicePoolResult 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.Method parameters in com.amazonaws.services.devicefarm with type arguments of type UpdateDevicePoolResult 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 UpdateDevicePoolResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UpdateDevicePoolResult Modifier and Type Method Description UpdateDevicePoolResultUpdateDevicePoolResult. clone()UpdateDevicePoolResultUpdateDevicePoolResult. withDevicePool(DevicePool devicePool)
-