Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
DeviceMinutes |
DeviceMinutes.clone() |
DeviceMinutes |
Job.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the job.
|
DeviceMinutes |
RemoteAccessSession.getDeviceMinutes()
The number of minutes a device is used in a remote access session (including setup and teardown minutes).
|
DeviceMinutes |
Run.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test run.
|
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 |
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 |
Job.setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.
|
void |
RemoteAccessSession.setDeviceMinutes(DeviceMinutes deviceMinutes)
The number of minutes a device is used in a remote access session (including setup and teardown minutes).
|
void |
Run.setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
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.
|
Job |
Job.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.
|
RemoteAccessSession |
RemoteAccessSession.withDeviceMinutes(DeviceMinutes deviceMinutes)
The number of minutes a device is used in a remote access session (including setup and teardown minutes).
|
Run |
Run.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
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.
|
Copyright © 2024. All rights reserved.