Uses of Class
com.volcengine.acep.model.PushFileResponse
-
Packages that use PushFileResponse Package Description com.volcengine.acep com.volcengine.acep.model -
-
Uses of PushFileResponse in com.volcengine.acep
Methods in com.volcengine.acep that return PushFileResponse Modifier and Type Method Description PushFileResponseAcepApi. pushFile(PushFileRequest body)Methods in com.volcengine.acep that return types with arguments of type PushFileResponse Modifier and Type Method Description com.volcengine.ApiResponse<PushFileResponse>AcepApi. pushFileWithHttpInfo(@NotNull PushFileRequest body)Method parameters in com.volcengine.acep with type arguments of type PushFileResponse Modifier and Type Method Description com.squareup.okhttp.CallAcepApi. pushFileAsync(PushFileRequest body, com.volcengine.ApiCallback<PushFileResponse> callback)(asynchronously) -
Uses of PushFileResponse in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return PushFileResponse Modifier and Type Method Description PushFileResponsePushFileResponse. taskAction(String taskAction)PushFileResponsePushFileResponse. taskId(String taskId)
-