| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceMinutes |
Suite.deviceMinutes()
Represents the total (metered or unmetered) minutes used by the test suite.
|
DeviceMinutes |
Run.deviceMinutes()
Represents the total (metered or unmetered) minutes used by the test run.
|
DeviceMinutes |
Test.deviceMinutes()
Represents the total (metered or unmetered) minutes used by the test.
|
DeviceMinutes |
Job.deviceMinutes()
Represents the total (metered or unmetered) minutes used by the job.
|
DeviceMinutes |
RemoteAccessSession.deviceMinutes()
The number of minutes a device is used in a remote access session (including setup and teardown minutes).
|
| Modifier and Type | Method and Description |
|---|---|
Suite.Builder |
Suite.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test suite.
|
Run.Builder |
Run.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
Test.Builder |
Test.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
Job.Builder |
Job.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.
|
RemoteAccessSession.Builder |
RemoteAccessSession.Builder.deviceMinutes(DeviceMinutes deviceMinutes)
The number of minutes a device is used in a remote access session (including setup and teardown minutes).
|
Copyright © 2020. All rights reserved.