| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceMinutes |
DeviceMinutes.clone() |
DeviceMinutes |
RemoteAccessSession.getDeviceMinutes() |
DeviceMinutes |
Test.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test.
|
DeviceMinutes |
Suite.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test suite.
|
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAccessSession.setDeviceMinutes(DeviceMinutes deviceMinutes) |
void |
Test.setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
void |
Suite.setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test suite.
|
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.
|
RemoteAccessSession |
RemoteAccessSession.withDeviceMinutes(DeviceMinutes deviceMinutes) |
Test |
Test.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
Suite |
Suite.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test suite.
|
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.
|
Copyright © 2017. All rights reserved.