Uses of Class
com.amazonaws.services.devicefarm.model.CreateDevicePoolRequest
Packages that use CreateDevicePoolRequest
-
Uses of CreateDevicePoolRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type CreateDevicePoolRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.createDevicePool
(CreateDevicePoolRequest request) AWSDeviceFarm.createDevicePool
(CreateDevicePoolRequest createDevicePoolRequest) Creates a device pool.AWSDeviceFarmClient.createDevicePool
(CreateDevicePoolRequest createDevicePoolRequest) Creates a device pool.AbstractAWSDeviceFarmAsync.createDevicePoolAsync
(CreateDevicePoolRequest request) AbstractAWSDeviceFarmAsync.createDevicePoolAsync
(CreateDevicePoolRequest request, AsyncHandler<CreateDevicePoolRequest, CreateDevicePoolResult> asyncHandler) AWSDeviceFarmAsync.createDevicePoolAsync
(CreateDevicePoolRequest createDevicePoolRequest) Creates a device pool.AWSDeviceFarmAsync.createDevicePoolAsync
(CreateDevicePoolRequest createDevicePoolRequest, AsyncHandler<CreateDevicePoolRequest, CreateDevicePoolResult> asyncHandler) Creates a device pool.AWSDeviceFarmAsyncClient.createDevicePoolAsync
(CreateDevicePoolRequest request) AWSDeviceFarmAsyncClient.createDevicePoolAsync
(CreateDevicePoolRequest request, AsyncHandler<CreateDevicePoolRequest, CreateDevicePoolResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type CreateDevicePoolRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.createDevicePoolAsync
(CreateDevicePoolRequest request, AsyncHandler<CreateDevicePoolRequest, CreateDevicePoolResult> asyncHandler) AWSDeviceFarmAsync.createDevicePoolAsync
(CreateDevicePoolRequest createDevicePoolRequest, AsyncHandler<CreateDevicePoolRequest, CreateDevicePoolResult> asyncHandler) Creates a device pool.AWSDeviceFarmAsyncClient.createDevicePoolAsync
(CreateDevicePoolRequest request, AsyncHandler<CreateDevicePoolRequest, CreateDevicePoolResult> asyncHandler) -
Uses of CreateDevicePoolRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return CreateDevicePoolRequestModifier and TypeMethodDescriptionCreateDevicePoolRequest.clone()
CreateDevicePoolRequest.withDescription
(String description) The device pool's description.The device pool's name.CreateDevicePoolRequest.withProjectArn
(String projectArn) The ARN of the project for the device pool.The device pool's rules.CreateDevicePoolRequest.withRules
(Collection<Rule> rules) The device pool's rules.