Uses of Class
com.tencentcloudapi.tione.v20211111.models.StopNotebookRequest
-
Packages that use StopNotebookRequest Package Description com.tencentcloudapi.tione.v20211111 com.tencentcloudapi.tione.v20211111.models -
-
Uses of StopNotebookRequest in com.tencentcloudapi.tione.v20211111
Methods in com.tencentcloudapi.tione.v20211111 with parameters of type StopNotebookRequest Modifier and Type Method Description StopNotebookResponseTioneClient. StopNotebook(StopNotebookRequest req)停止Notebook -
Uses of StopNotebookRequest in com.tencentcloudapi.tione.v20211111.models
Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type StopNotebookRequest Constructor Description StopNotebookRequest(StopNotebookRequest 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.
-