Uses of Class
com.amazonaws.services.devicefarm.model.DeviceMinutes
Packages that use DeviceMinutes
-
Uses of DeviceMinutes in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeviceMinutesModifier and TypeMethodDescriptionDeviceMinutes.clone()
Job.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the job.Run.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test run.Suite.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test suite.Test.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test.DeviceMinutes.withMetered
(Double metered) When specified, represents only the sum of metered minutes used by the resource to run tests.When specified, represents the total minutes used by the resource to run tests.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 DeviceMinutesModifier and TypeMethodDescriptionvoid
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.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the job.Run.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the test run.Suite.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the test suite.Test.withDeviceMinutes
(DeviceMinutes deviceMinutes) Represents the total (metered or unmetered) minutes used by the test.