Uses of Class
com.volcengine.acep.model.CreatePodOneStepResponse
-
Packages that use CreatePodOneStepResponse Package Description com.volcengine.acep com.volcengine.acep.model -
-
Uses of CreatePodOneStepResponse in com.volcengine.acep
Methods in com.volcengine.acep that return CreatePodOneStepResponse Modifier and Type Method Description CreatePodOneStepResponseAcepApi. createPodOneStep(CreatePodOneStepRequest body)Methods in com.volcengine.acep that return types with arguments of type CreatePodOneStepResponse Modifier and Type Method Description com.volcengine.ApiResponse<CreatePodOneStepResponse>AcepApi. createPodOneStepWithHttpInfo(@NotNull CreatePodOneStepRequest body)Method parameters in com.volcengine.acep with type arguments of type CreatePodOneStepResponse Modifier and Type Method Description com.squareup.okhttp.CallAcepApi. createPodOneStepAsync(CreatePodOneStepRequest body, com.volcengine.ApiCallback<CreatePodOneStepResponse> callback)(asynchronously) -
Uses of CreatePodOneStepResponse in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return CreatePodOneStepResponse Modifier and Type Method Description CreatePodOneStepResponseCreatePodOneStepResponse. podId(String podId)CreatePodOneStepResponseCreatePodOneStepResponse. taskAction(String taskAction)CreatePodOneStepResponseCreatePodOneStepResponse. taskId(String taskId)
-