Uses of Class
software.amazon.awssdk.services.devicefarm.model.CreateTestGridUrlRequest
-
Packages that use CreateTestGridUrlRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.transform -
-
Uses of CreateTestGridUrlRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type CreateTestGridUrlRequest Modifier and Type Method Description default CompletableFuture<CreateTestGridUrlResponse>DeviceFarmAsyncClient. createTestGridUrl(CreateTestGridUrlRequest createTestGridUrlRequest)Creates a signed, short-term URL that can be passed to a SeleniumRemoteWebDriverconstructor.default CreateTestGridUrlResponseDeviceFarmClient. createTestGridUrl(CreateTestGridUrlRequest createTestGridUrlRequest)Creates a signed, short-term URL that can be passed to a SeleniumRemoteWebDriverconstructor. -
Uses of CreateTestGridUrlRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type CreateTestGridUrlRequest Modifier and Type Method Description SdkHttpFullRequestCreateTestGridUrlRequestMarshaller. marshall(CreateTestGridUrlRequest createTestGridUrlRequest)
-