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