Uses of Class
com.oracle.bmc.mysql.responses.StopHeatWaveClusterResponse
-
Packages that use StopHeatWaveClusterResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of StopHeatWaveClusterResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return StopHeatWaveClusterResponse Modifier and Type Method Description StopHeatWaveClusterResponse
DbSystem. stopHeatWaveCluster(StopHeatWaveClusterRequest request)
Stops the HeatWave cluster.StopHeatWaveClusterResponse
DbSystemClient. stopHeatWaveCluster(StopHeatWaveClusterRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type StopHeatWaveClusterResponse Modifier and Type Method Description Future<StopHeatWaveClusterResponse>
DbSystemAsync. stopHeatWaveCluster(StopHeatWaveClusterRequest request, AsyncHandler<StopHeatWaveClusterRequest,StopHeatWaveClusterResponse> handler)
Stops the HeatWave cluster.Future<StopHeatWaveClusterResponse>
DbSystemAsyncClient. stopHeatWaveCluster(StopHeatWaveClusterRequest request, AsyncHandler<StopHeatWaveClusterRequest,StopHeatWaveClusterResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type StopHeatWaveClusterResponse Modifier and Type Method Description Future<StopHeatWaveClusterResponse>
DbSystemAsync. stopHeatWaveCluster(StopHeatWaveClusterRequest request, AsyncHandler<StopHeatWaveClusterRequest,StopHeatWaveClusterResponse> handler)
Stops the HeatWave cluster.Future<StopHeatWaveClusterResponse>
DbSystemAsyncClient. stopHeatWaveCluster(StopHeatWaveClusterRequest request, AsyncHandler<StopHeatWaveClusterRequest,StopHeatWaveClusterResponse> handler)
-
Uses of StopHeatWaveClusterResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return StopHeatWaveClusterResponse Modifier and Type Method Description StopHeatWaveClusterResponse
StopHeatWaveClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type StopHeatWaveClusterResponse Modifier and Type Method Description StopHeatWaveClusterResponse.Builder
StopHeatWaveClusterResponse.Builder. copy(StopHeatWaveClusterResponse o)
Copy method to populate the builder with values from the given instance.
-