Uses of Class
com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DeleteSparkEngineHistoryServerOptions
-
Packages that use DeleteSparkEngineHistoryServerOptions Package Description com.ibm.cloud.watsonxdata.watsonx_data.v2 watsonx.data v2.com.ibm.cloud.watsonxdata.watsonx_data.v2.model -
-
Uses of DeleteSparkEngineHistoryServerOptions in com.ibm.cloud.watsonxdata.watsonx_data.v2
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2 with parameters of type DeleteSparkEngineHistoryServerOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<java.lang.Void>
WatsonxData. deleteSparkEngineHistoryServer(DeleteSparkEngineHistoryServerOptions deleteSparkEngineHistoryServerOptions)
Stop spark history server. -
Uses of DeleteSparkEngineHistoryServerOptions in com.ibm.cloud.watsonxdata.watsonx_data.v2.model
Methods in com.ibm.cloud.watsonxdata.watsonx_data.v2.model that return DeleteSparkEngineHistoryServerOptions Modifier and Type Method Description DeleteSparkEngineHistoryServerOptions
DeleteSparkEngineHistoryServerOptions.Builder. build()
Builds a DeleteSparkEngineHistoryServerOptions.
-