Uses of Interface
software.amazon.awssdk.services.devicefarm.model.GetRunResponse.Builder
-
Packages that use GetRunResponse.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of GetRunResponse.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return GetRunResponse.Builder Modifier and Type Method Description static GetRunResponse.BuilderGetRunResponse. builder()default GetRunResponse.BuilderGetRunResponse.Builder. run(Consumer<Run.Builder> run)The run to get results from.GetRunResponse.BuilderGetRunResponse.Builder. run(Run run)The run to get results from.GetRunResponse.BuilderGetRunResponse. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type GetRunResponse.Builder Modifier and Type Method Description static Class<? extends GetRunResponse.Builder>GetRunResponse. serializableBuilderClass()
-