Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetTestResponse
-
Packages that use GetTestResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetTestResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetTestResponse Modifier and Type Method Description default GetTestResponseDeviceFarmClient. getTest(Consumer<GetTestRequest.Builder> getTestRequest)Gets information about a test.default GetTestResponseDeviceFarmClient. getTest(GetTestRequest getTestRequest)Gets information about a test.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetTestResponse Modifier and Type Method Description default CompletableFuture<GetTestResponse>DeviceFarmAsyncClient. getTest(Consumer<GetTestRequest.Builder> getTestRequest)Gets information about a test.default CompletableFuture<GetTestResponse>DeviceFarmAsyncClient. getTest(GetTestRequest getTestRequest)Gets information about a test.
-