Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeviceMinutes |
Test.deviceMinutes
Represents the total (metered or unmetered) minutes used by the test.
|
private DeviceMinutes |
Suite.deviceMinutes
Represents the total (metered or unmetered) minutes used by the test
suite.
|
private DeviceMinutes |
Run.deviceMinutes
Represents the total (metered or unmetered) minutes used by the test run.
|
private DeviceMinutes |
Job.deviceMinutes
Represents the total (metered or unmetered) minutes used by the job.
|
Modifier and Type | Method and Description |
---|---|
DeviceMinutes |
DeviceMinutes.clone() |
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 |
Run.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the test run.
|
DeviceMinutes |
Job.getDeviceMinutes()
Represents the total (metered or unmetered) minutes used by the job.
|
DeviceMinutes |
DeviceMinutes.withMetered(java.lang.Double metered)
When specified, represents only the sum of metered minutes used by the
resource to run tests.
|
DeviceMinutes |
DeviceMinutes.withTotal(java.lang.Double total)
When specified, represents the total minutes used by the resource to run
tests.
|
DeviceMinutes |
DeviceMinutes.withUnmetered(java.lang.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 |
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 |
Run.setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
void |
Job.setDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.
|
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.
|
Run |
Run.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test run.
|
Job |
Job.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the job.
|
Modifier and Type | Method and Description |
---|---|
DeviceMinutes |
DeviceMinutesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeviceMinutesJsonMarshaller.marshall(DeviceMinutes deviceMinutes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|