Uses of Class
com.tencentcloudapi.tione.v20191022.models.NotebookInstanceSummary
-
Packages that use NotebookInstanceSummary Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of NotebookInstanceSummary in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return NotebookInstanceSummary Modifier and Type Method Description NotebookInstanceSummary[]DescribeNotebookInstancesResponse. getNotebookInstanceSet()Get Notebook实例列表Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type NotebookInstanceSummary Modifier and Type Method Description voidDescribeNotebookInstancesResponse. setNotebookInstanceSet(NotebookInstanceSummary[] NotebookInstanceSet)Set Notebook实例列表Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type NotebookInstanceSummary Constructor Description NotebookInstanceSummary(NotebookInstanceSummary 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.
-