Uses of Class
software.amazon.awssdk.services.devicefarm.model.CreateDevicePoolResponse
-
Packages that use CreateDevicePoolResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of CreateDevicePoolResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return CreateDevicePoolResponse Modifier and Type Method Description default CreateDevicePoolResponseDeviceFarmClient. createDevicePool(Consumer<CreateDevicePoolRequest.Builder> createDevicePoolRequest)Creates a device pool.default CreateDevicePoolResponseDeviceFarmClient. createDevicePool(CreateDevicePoolRequest createDevicePoolRequest)Creates a device pool.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type CreateDevicePoolResponse Modifier and Type Method Description default CompletableFuture<CreateDevicePoolResponse>DeviceFarmAsyncClient. createDevicePool(Consumer<CreateDevicePoolRequest.Builder> createDevicePoolRequest)Creates a device pool.default CompletableFuture<CreateDevicePoolResponse>DeviceFarmAsyncClient. createDevicePool(CreateDevicePoolRequest createDevicePoolRequest)Creates a device pool.
-