Uses of Class
software.amazon.awssdk.services.devicefarm.model.Device
-
Packages that use Device Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of Device in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Device Modifier and Type Method Description DeviceDevicePoolCompatibilityResult. device()The device (phone or tablet) to return information about.DeviceGetDeviceResponse. device()An object that contains information about the requested device.DeviceJob. device()The device (phone or tablet).DeviceProblem. device()Information about the associated device.DeviceRemoteAccessSession. device()The device (phone or tablet) used in the remote access session.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Device Modifier and Type Method Description List<Device>ListDevicesResponse. devices()Information about the devices.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Device Modifier and Type Method Description DevicePoolCompatibilityResult.BuilderDevicePoolCompatibilityResult.Builder. device(Device device)The device (phone or tablet) to return information about.GetDeviceResponse.BuilderGetDeviceResponse.Builder. device(Device device)An object that contains information about the requested device.Job.BuilderJob.Builder. device(Device device)The device (phone or tablet).Problem.BuilderProblem.Builder. device(Device device)Information about the associated device.RemoteAccessSession.BuilderRemoteAccessSession.Builder. device(Device device)The device (phone or tablet) used in the remote access session.ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Device... devices)Information about the devices.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Device Modifier and Type Method Description ListDevicesResponse.BuilderListDevicesResponse.Builder. devices(Collection<Device> devices)Information about the devices. -
Uses of Device in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type Device Modifier and Type Method Description SdkIterable<Device>ListDevicesIterable. devices()Returns an iterable to iterate through the paginatedListDevicesResponse.devices()member.SdkPublisher<Device>ListDevicesPublisher. devices()Returns a publisher that can be used to get a stream of data.
-