Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetTestGridSessionResponse
-
Packages that use GetTestGridSessionResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetTestGridSessionResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetTestGridSessionResponse Modifier and Type Method Description default GetTestGridSessionResponseDeviceFarmClient. getTestGridSession(Consumer<GetTestGridSessionRequest.Builder> getTestGridSessionRequest)A session is an instance of a browser created through aRemoteWebDriverwith the URL from CreateTestGridUrlResult$url.default GetTestGridSessionResponseDeviceFarmClient. getTestGridSession(GetTestGridSessionRequest getTestGridSessionRequest)A session is an instance of a browser created through aRemoteWebDriverwith the URL from CreateTestGridUrlResult$url.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetTestGridSessionResponse Modifier and Type Method Description default CompletableFuture<GetTestGridSessionResponse>DeviceFarmAsyncClient. getTestGridSession(Consumer<GetTestGridSessionRequest.Builder> getTestGridSessionRequest)A session is an instance of a browser created through aRemoteWebDriverwith the URL from CreateTestGridUrlResult$url.default CompletableFuture<GetTestGridSessionResponse>DeviceFarmAsyncClient. getTestGridSession(GetTestGridSessionRequest getTestGridSessionRequest)A session is an instance of a browser created through aRemoteWebDriverwith the URL from CreateTestGridUrlResult$url.
-