| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridSession |
TestGridSession.clone() |
TestGridSession |
GetTestGridSessionResult.getTestGridSession()
The TestGridSession that was requested.
|
TestGridSession |
TestGridSession.withArn(String arn)
The ARN of the session.
|
TestGridSession |
TestGridSession.withBillingMinutes(Double billingMinutes)
The number of billed minutes that were used for this session.
|
TestGridSession |
TestGridSession.withCreated(Date created)
The time that the session was started.
|
TestGridSession |
TestGridSession.withEnded(Date ended)
The time the session ended.
|
TestGridSession |
TestGridSession.withSeleniumProperties(String seleniumProperties)
A JSON object of options and parameters passed to the Selenium WebDriver.
|
TestGridSession |
TestGridSession.withStatus(String status)
The state of the session.
|
TestGridSession |
TestGridSession.withStatus(TestGridSessionStatus status)
The state of the session.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestGridSession> |
ListTestGridSessionsResult.getTestGridSessions()
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTestGridSessionResult.setTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
GetTestGridSessionResult |
GetTestGridSessionResult.withTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
ListTestGridSessionsResult |
ListTestGridSessionsResult.withTestGridSessions(TestGridSession... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestGridSessionsResult.setTestGridSessions(Collection<TestGridSession> testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
ListTestGridSessionsResult |
ListTestGridSessionsResult.withTestGridSessions(Collection<TestGridSession> testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
Copyright © 2021. All rights reserved.