| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| Modifier and Type | Method and Description |
|---|---|
default GetTestGridSessionResponse |
DeviceFarmClient.getTestGridSession(Consumer<GetTestGridSessionRequest.Builder> getTestGridSessionRequest)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
default GetTestGridSessionResponse |
DeviceFarmClient.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 |
|---|---|
default CompletableFuture<GetTestGridSessionResponse> |
DeviceFarmAsyncClient.getTestGridSession(Consumer<GetTestGridSessionRequest.Builder> getTestGridSessionRequest)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
default CompletableFuture<GetTestGridSessionResponse> |
DeviceFarmAsyncClient.getTestGridSession(GetTestGridSessionRequest getTestGridSessionRequest)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
Copyright © 2022. All rights reserved.