Uses of Class
com.tencentcloudapi.tione.v20191022.models.StopNotebookInstanceRequest
-
Packages that use StopNotebookInstanceRequest Package Description com.tencentcloudapi.tione.v20191022 com.tencentcloudapi.tione.v20191022.models -
-
Uses of StopNotebookInstanceRequest in com.tencentcloudapi.tione.v20191022
Methods in com.tencentcloudapi.tione.v20191022 with parameters of type StopNotebookInstanceRequest Modifier and Type Method Description StopNotebookInstanceResponseTioneClient. StopNotebookInstance(StopNotebookInstanceRequest req)停止Notebook实例 -
Uses of StopNotebookInstanceRequest in com.tencentcloudapi.tione.v20191022.models
Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type StopNotebookInstanceRequest Constructor Description StopNotebookInstanceRequest(StopNotebookInstanceRequest 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.
-