Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetTestGridProjectResponse
-
Packages that use GetTestGridProjectResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetTestGridProjectResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetTestGridProjectResponse Modifier and Type Method Description default GetTestGridProjectResponseDeviceFarmClient. getTestGridProject(Consumer<GetTestGridProjectRequest.Builder> getTestGridProjectRequest)Retrieves information about a Selenium testing project.default GetTestGridProjectResponseDeviceFarmClient. getTestGridProject(GetTestGridProjectRequest getTestGridProjectRequest)Retrieves information about a Selenium testing project.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetTestGridProjectResponse Modifier and Type Method Description default CompletableFuture<GetTestGridProjectResponse>DeviceFarmAsyncClient. getTestGridProject(Consumer<GetTestGridProjectRequest.Builder> getTestGridProjectRequest)Retrieves information about a Selenium testing project.default CompletableFuture<GetTestGridProjectResponse>DeviceFarmAsyncClient. getTestGridProject(GetTestGridProjectRequest getTestGridProjectRequest)Retrieves information about a Selenium testing project.
-