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 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.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 UpdateDevicePoolResult
UpdateDevicePoolResult. clone()
UpdateDevicePoolResult
UpdateDevicePoolResult. withDevicePool(DevicePool devicePool)
-