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