Uses of Class
com.amazonaws.services.devicefarm.model.GetRunResult
-
Packages that use GetRunResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetRunResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return GetRunResult Modifier and Type Method Description GetRunResultAbstractAWSDeviceFarm. getRun(GetRunRequest request)GetRunResultAWSDeviceFarm. getRun(GetRunRequest getRunRequest)Gets information about a run.GetRunResultAWSDeviceFarmClient. getRun(GetRunRequest getRunRequest)Gets information about a run.Methods in com.amazonaws.services.devicefarm that return types with arguments of type GetRunResult Modifier and Type Method Description Future<GetRunResult>AbstractAWSDeviceFarmAsync. getRunAsync(GetRunRequest request)Future<GetRunResult>AbstractAWSDeviceFarmAsync. getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)Future<GetRunResult>AWSDeviceFarmAsync. getRunAsync(GetRunRequest getRunRequest)Gets information about a run.Future<GetRunResult>AWSDeviceFarmAsync. getRunAsync(GetRunRequest getRunRequest, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)Gets information about a run.Future<GetRunResult>AWSDeviceFarmAsyncClient. getRunAsync(GetRunRequest request)Future<GetRunResult>AWSDeviceFarmAsyncClient. getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetRunResult Modifier and Type Method Description Future<GetRunResult>AbstractAWSDeviceFarmAsync. getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)Future<GetRunResult>AWSDeviceFarmAsync. getRunAsync(GetRunRequest getRunRequest, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)Gets information about a run.Future<GetRunResult>AWSDeviceFarmAsyncClient. getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler) -
Uses of GetRunResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetRunResult Modifier and Type Method Description GetRunResultGetRunResult. clone()GetRunResultGetRunResult. withRun(Run run)
-