Uses of Interface
software.amazon.awssdk.services.devicefarm.model.GetTestGridSessionRequest.Builder
-
Packages that use GetTestGridSessionRequest.Builder 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 -
-
Uses of GetTestGridSessionRequest.Builder in software.amazon.awssdk.services.devicefarm
Method parameters in software.amazon.awssdk.services.devicefarm with type arguments of type GetTestGridSessionRequest.Builder 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 GetTestGridSessionResponseDeviceFarmClient. getTestGridSession(Consumer<GetTestGridSessionRequest.Builder> getTestGridSessionRequest)A session is an instance of a browser created through aRemoteWebDriverwith the URL from CreateTestGridUrlResult$url. -
Uses of GetTestGridSessionRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return GetTestGridSessionRequest.Builder Modifier and Type Method Description static GetTestGridSessionRequest.BuilderGetTestGridSessionRequest. builder()GetTestGridSessionRequest.BuilderGetTestGridSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTestGridSessionRequest.BuilderGetTestGridSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTestGridSessionRequest.BuilderGetTestGridSessionRequest.Builder. projectArn(String projectArn)The ARN for the project that this session belongs to.GetTestGridSessionRequest.BuilderGetTestGridSessionRequest.Builder. sessionArn(String sessionArn)An ARN that uniquely identifies a TestGridSession.GetTestGridSessionRequest.BuilderGetTestGridSessionRequest.Builder. sessionId(String sessionId)An ID associated with this session.GetTestGridSessionRequest.BuilderGetTestGridSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type GetTestGridSessionRequest.Builder Modifier and Type Method Description static Class<? extends GetTestGridSessionRequest.Builder>GetTestGridSessionRequest. serializableBuilderClass()
-