Uses of Class
com.oracle.bmc.datacc.responses.StopVmInstanceResponse
-
Packages that use StopVmInstanceResponse Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.responses -
-
Uses of StopVmInstanceResponse in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return StopVmInstanceResponse Modifier and Type Method Description StopVmInstanceResponseBaseinfra. stopVmInstance(StopVmInstanceRequest request)Stop the VM instance on Database Infrastructure that has the specified OCID.StopVmInstanceResponseBaseinfraClient. stopVmInstance(StopVmInstanceRequest request)Methods in com.oracle.bmc.datacc that return types with arguments of type StopVmInstanceResponse Modifier and Type Method Description Future<StopVmInstanceResponse>BaseinfraAsync. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler)Stop the VM instance on Database Infrastructure that has the specified OCID.Future<StopVmInstanceResponse>BaseinfraAsyncClient. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler)Method parameters in com.oracle.bmc.datacc with type arguments of type StopVmInstanceResponse Modifier and Type Method Description Future<StopVmInstanceResponse>BaseinfraAsync. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler)Stop the VM instance on Database Infrastructure that has the specified OCID.Future<StopVmInstanceResponse>BaseinfraAsyncClient. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler) -
Uses of StopVmInstanceResponse in com.oracle.bmc.datacc.responses
Methods in com.oracle.bmc.datacc.responses that return StopVmInstanceResponse Modifier and Type Method Description StopVmInstanceResponseStopVmInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacc.responses with parameters of type StopVmInstanceResponse Modifier and Type Method Description StopVmInstanceResponse.BuilderStopVmInstanceResponse.Builder. copy(StopVmInstanceResponse o)Copy method to populate the builder with values from the given instance.
-