| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
GetTestGridSessionResult |
AWSDeviceFarmClient.getTestGridSession(GetTestGridSessionRequest request)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
GetTestGridSessionResult |
AbstractAWSDeviceFarm.getTestGridSession(GetTestGridSessionRequest request) |
GetTestGridSessionResult |
AWSDeviceFarm.getTestGridSession(GetTestGridSessionRequest getTestGridSessionRequest)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTestGridSessionResult> |
AWSDeviceFarmAsync.getTestGridSessionAsync(GetTestGridSessionRequest getTestGridSessionRequest,
AsyncHandler<GetTestGridSessionRequest,GetTestGridSessionResult> asyncHandler)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
Future<GetTestGridSessionResult> |
AbstractAWSDeviceFarmAsync.getTestGridSessionAsync(GetTestGridSessionRequest request,
AsyncHandler<GetTestGridSessionRequest,GetTestGridSessionResult> asyncHandler) |
Future<GetTestGridSessionResult> |
AWSDeviceFarmAsyncClient.getTestGridSessionAsync(GetTestGridSessionRequest request,
AsyncHandler<GetTestGridSessionRequest,GetTestGridSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTestGridSessionResult |
GetTestGridSessionResult.clone() |
GetTestGridSessionResult |
GetTestGridSessionResult.withTestGridSession(TestGridSession testGridSession)
The TestGridSession that was requested.
|
Copyright © 2021. All rights reserved.