Uses of Class
com.tencentcloudapi.tione.v20191022.models.CreateNotebookInstanceResponse
-
Packages that use CreateNotebookInstanceResponse Package Description com.tencentcloudapi.tione.v20191022 com.tencentcloudapi.tione.v20191022.models -
-
Uses of CreateNotebookInstanceResponse in com.tencentcloudapi.tione.v20191022
Methods in com.tencentcloudapi.tione.v20191022 that return CreateNotebookInstanceResponse Modifier and Type Method Description CreateNotebookInstanceResponseTioneClient. CreateNotebookInstance(CreateNotebookInstanceRequest req)创建Notebook实例 -
Uses of CreateNotebookInstanceResponse in com.tencentcloudapi.tione.v20191022.models
Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type CreateNotebookInstanceResponse Constructor Description CreateNotebookInstanceResponse(CreateNotebookInstanceResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-