| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| software.amazon.awssdk.services.devicefarm.model |
| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
static GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.builder() |
GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.Builder.projectArn(String projectArn)
The ARN for the project that this session belongs to.
|
GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.Builder.sessionArn(String sessionArn)
An ARN that uniquely identifies a TestGridSession.
|
GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.Builder.sessionId(String sessionId)
An ID associated with this session.
|
GetTestGridSessionRequest.Builder |
GetTestGridSessionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTestGridSessionRequest.Builder> |
GetTestGridSessionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.