Uses of Class
com.amazonaws.services.devicefarm.model.DeviceMinutes
-
Packages that use DeviceMinutes Package Description com.amazonaws.services.devicefarm.model -
-
Uses of DeviceMinutes in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeviceMinutes Modifier and Type Method Description DeviceMinutes
DeviceMinutes. clone()
DeviceMinutes
Job. getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the job.DeviceMinutes
Run. getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test run.DeviceMinutes
Suite. getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test suite.DeviceMinutes
Test. getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test.DeviceMinutes
DeviceMinutes. withMetered(Double metered)
When specified, represents only the sum of metered minutes used by the resource to run tests.DeviceMinutes
DeviceMinutes. withTotal(Double total)
When specified, represents the total minutes used by the resource to run tests.DeviceMinutes
DeviceMinutes. withUnmetered(Double unmetered)
When specified, represents only the sum of unmetered minutes used by the resource to run tests.Methods in com.amazonaws.services.devicefarm.model with parameters of type DeviceMinutes Modifier and Type Method Description void
Job. setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.void
Run. setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.void
Suite. setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test suite.void
Test. setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.Job
Job. withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.Run
Run. withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.Suite
Suite. withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test suite.Test
Test. withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
-