Uses of Class
com.oracle.bmc.mysql.requests.StopHeatWaveClusterRequest
-
Packages that use StopHeatWaveClusterRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of StopHeatWaveClusterRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type StopHeatWaveClusterRequest Modifier and Type Method Description StopHeatWaveClusterResponse
DbSystem. stopHeatWaveCluster(StopHeatWaveClusterRequest request)
Stops the HeatWave cluster.Future<StopHeatWaveClusterResponse>
DbSystemAsync. stopHeatWaveCluster(StopHeatWaveClusterRequest request, AsyncHandler<StopHeatWaveClusterRequest,StopHeatWaveClusterResponse> handler)
Stops the HeatWave cluster.Future<StopHeatWaveClusterResponse>
DbSystemAsyncClient. stopHeatWaveCluster(StopHeatWaveClusterRequest request, AsyncHandler<StopHeatWaveClusterRequest,StopHeatWaveClusterResponse> handler)
StopHeatWaveClusterResponse
DbSystemClient. stopHeatWaveCluster(StopHeatWaveClusterRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type StopHeatWaveClusterRequest 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 StopHeatWaveClusterRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return StopHeatWaveClusterRequest Modifier and Type Method Description StopHeatWaveClusterRequest
StopHeatWaveClusterRequest.Builder. build()
Build the instance of StopHeatWaveClusterRequest as configured by this builderStopHeatWaveClusterRequest
StopHeatWaveClusterRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StopHeatWaveClusterRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type StopHeatWaveClusterRequest Modifier and Type Method Description StopHeatWaveClusterRequest.Builder
StopHeatWaveClusterRequest.Builder. copy(StopHeatWaveClusterRequest o)
Copy method to populate the builder with values from the given instance.
-