Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Test |
GetTestResult.test |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Test> |
ListTestsResult.tests
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
Test |
Test.clone() |
Test |
GetTestResult.getTest() |
Test |
Test.withArn(java.lang.String arn)
The test's ARN.
|
Test |
Test.withCounters(Counters counters)
The test's result counters.
|
Test |
Test.withCreated(java.util.Date created)
When the test was created.
|
Test |
Test.withDeviceMinutes(DeviceMinutes deviceMinutes)
Represents the total (metered or unmetered) minutes used by the test.
|
Test |
Test.withMessage(java.lang.String message)
A message about the test's result.
|
Test |
Test.withName(java.lang.String name)
The test's name.
|
Test |
Test.withResult(ExecutionResult result)
The test's result.
|
Test |
Test.withResult(java.lang.String result)
The test's result.
|
Test |
Test.withStarted(java.util.Date started)
The test's start time.
|
Test |
Test.withStatus(ExecutionStatus status)
The test's status.
|
Test |
Test.withStatus(java.lang.String status)
The test's status.
|
Test |
Test.withStopped(java.util.Date stopped)
The test's stop time.
|
Test |
Test.withType(java.lang.String type)
The test's type.
|
Test |
Test.withType(TestType type)
The test's type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Test> |
ListTestsResult.getTests()
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTestResult.setTest(Test test) |
GetTestResult |
GetTestResult.withTest(Test test) |
ListTestsResult |
ListTestsResult.withTests(Test... tests)
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
void |
ListTestsResult.setTests(java.util.Collection<Test> tests)
Information about the tests.
|
ListTestsResult |
ListTestsResult.withTests(java.util.Collection<Test> tests)
Information about the tests.
|
Modifier and Type | Method and Description |
---|---|
Test |
TestJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TestJsonMarshaller.marshall(Test test,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|