| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridSession |
GetTestGridSessionResponse.testGridSession()
The TestGridSession that was requested.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestGridSession> |
ListTestGridSessionsResponse.testGridSessions()
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
GetTestGridSessionResponse.Builder |
GetTestGridSessionResponse.Builder.testGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
ListTestGridSessionsResponse.Builder |
ListTestGridSessionsResponse.Builder.testGridSessions(TestGridSession... testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionsResponse.Builder |
ListTestGridSessionsResponse.Builder.testGridSessions(Collection<TestGridSession> testGridSessions)
The sessions that match the criteria in a ListTestGridSessionsRequest.
|
Copyright © 2020. All rights reserved.