Uses of Class
com.amazonaws.services.devicefarm.model.CreateDevicePoolResult
Packages that use CreateDevicePoolResult
-
Uses of CreateDevicePoolResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return CreateDevicePoolResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.createDevicePool
(CreateDevicePoolRequest request) AWSDeviceFarm.createDevicePool
(CreateDevicePoolRequest createDevicePoolRequest) Creates a device pool.AWSDeviceFarmClient.createDevicePool
(CreateDevicePoolRequest createDevicePoolRequest) Creates a device pool.Methods in com.amazonaws.services.devicefarm that return types with arguments of type CreateDevicePoolResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.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 CreateDevicePoolResultModifier 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 CreateDevicePoolResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return CreateDevicePoolResultModifier and TypeMethodDescriptionCreateDevicePoolResult.clone()
CreateDevicePoolResult.withDevicePool
(DevicePool devicePool) The newly created device pool.