Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetTestRequest
-
Packages that use GetTestRequest 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 GetTestRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type GetTestRequest Modifier and Type Method Description default CompletableFuture<GetTestResponse>DeviceFarmAsyncClient. getTest(GetTestRequest getTestRequest)Gets information about a test.default GetTestResponseDeviceFarmClient. getTest(GetTestRequest getTestRequest)Gets information about a test. -
Uses of GetTestRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type GetTestRequest Modifier and Type Method Description SdkHttpFullRequestGetTestRequestMarshaller. marshall(GetTestRequest getTestRequest)
-