| 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 |
|---|---|
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> |
AWSDeviceFarmAsyncClient.getTestGridSessionAsync(GetTestGridSessionRequest request,
AsyncHandler<GetTestGridSessionRequest,GetTestGridSessionResult> asyncHandler) |
Future<GetTestGridSessionResult> |
AbstractAWSDeviceFarmAsync.getTestGridSessionAsync(GetTestGridSessionRequest request,
AsyncHandler<GetTestGridSessionRequest,GetTestGridSessionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTestGridSessionRequest |
GetTestGridSessionRequest.clone() |
GetTestGridSessionRequest |
GetTestGridSessionRequest.withProjectArn(String projectArn)
The ARN for the project that this session belongs to.
|
GetTestGridSessionRequest |
GetTestGridSessionRequest.withSessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
|
GetTestGridSessionRequest |
GetTestGridSessionRequest.withSessionId(String sessionId)
An ID associated with this session.
|
Copyright © 2020. All rights reserved.