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 DeviceMinutesDeviceMinutes. clone()DeviceMinutesJob. getDeviceMinutes()Represents the total (metered or unmetered) minutes used by the job.DeviceMinutesRun. getDeviceMinutes()Represents the total (metered or unmetered) minutes used by the test run.DeviceMinutesSuite. getDeviceMinutes()Represents the total (metered or unmetered) minutes used by the test suite.DeviceMinutesTest. getDeviceMinutes()Represents the total (metered or unmetered) minutes used by the test.DeviceMinutesDeviceMinutes. withMetered(Double metered)When specified, represents only the sum of metered minutes used by the resource to run tests.DeviceMinutesDeviceMinutes. withTotal(Double total)When specified, represents the total minutes used by the resource to run tests.DeviceMinutesDeviceMinutes. 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 voidJob. setDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the job.voidRun. setDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test run.voidSuite. setDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test suite.voidTest. setDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test.JobJob. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the job.RunRun. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test run.SuiteSuite. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test suite.TestTest. withDeviceMinutes(DeviceMinutes deviceMinutes)Represents the total (metered or unmetered) minutes used by the test.
-