Uses of Class
com.volcengine.acep.model.AppListForCreatePodOneStepInput
-
Packages that use AppListForCreatePodOneStepInput Package Description com.volcengine.acep.model -
-
Uses of AppListForCreatePodOneStepInput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return AppListForCreatePodOneStepInput Modifier and Type Method Description AppListForCreatePodOneStepInputAppListForCreatePodOneStepInput. appId(String appId)AppListForCreatePodOneStepInputAppListForCreatePodOneStepInput. versionId(String versionId)Methods in com.volcengine.acep.model that return types with arguments of type AppListForCreatePodOneStepInput Modifier and Type Method Description @Valid List<AppListForCreatePodOneStepInput>CreatePodOneStepRequest. getAppList()Get appListMethods in com.volcengine.acep.model with parameters of type AppListForCreatePodOneStepInput Modifier and Type Method Description CreatePodOneStepRequestCreatePodOneStepRequest. addAppListItem(AppListForCreatePodOneStepInput appListItem)Method parameters in com.volcengine.acep.model with type arguments of type AppListForCreatePodOneStepInput Modifier and Type Method Description CreatePodOneStepRequestCreatePodOneStepRequest. appList(List<AppListForCreatePodOneStepInput> appList)voidCreatePodOneStepRequest. setAppList(List<AppListForCreatePodOneStepInput> appList)
-