Uses of Class
com.oracle.bmc.datacc.responses.StartVmInstanceResponse
-
Packages that use StartVmInstanceResponse Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.responses -
-
Uses of StartVmInstanceResponse in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return StartVmInstanceResponse Modifier and Type Method Description StartVmInstanceResponseBaseinfra. startVmInstance(StartVmInstanceRequest request)Start the VM instance on Database Infrastructure that has the specified OCID.StartVmInstanceResponseBaseinfraClient. startVmInstance(StartVmInstanceRequest request)Methods in com.oracle.bmc.datacc that return types with arguments of type StartVmInstanceResponse Modifier and Type Method Description Future<StartVmInstanceResponse>BaseinfraAsync. startVmInstance(StartVmInstanceRequest request, AsyncHandler<StartVmInstanceRequest,StartVmInstanceResponse> handler)Start the VM instance on Database Infrastructure that has the specified OCID.Future<StartVmInstanceResponse>BaseinfraAsyncClient. startVmInstance(StartVmInstanceRequest request, AsyncHandler<StartVmInstanceRequest,StartVmInstanceResponse> handler)Method parameters in com.oracle.bmc.datacc with type arguments of type StartVmInstanceResponse Modifier and Type Method Description Future<StartVmInstanceResponse>BaseinfraAsync. startVmInstance(StartVmInstanceRequest request, AsyncHandler<StartVmInstanceRequest,StartVmInstanceResponse> handler)Start the VM instance on Database Infrastructure that has the specified OCID.Future<StartVmInstanceResponse>BaseinfraAsyncClient. startVmInstance(StartVmInstanceRequest request, AsyncHandler<StartVmInstanceRequest,StartVmInstanceResponse> handler) -
Uses of StartVmInstanceResponse in com.oracle.bmc.datacc.responses
Methods in com.oracle.bmc.datacc.responses that return StartVmInstanceResponse Modifier and Type Method Description StartVmInstanceResponseStartVmInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacc.responses with parameters of type StartVmInstanceResponse Modifier and Type Method Description StartVmInstanceResponse.BuilderStartVmInstanceResponse.Builder. copy(StartVmInstanceResponse o)Copy method to populate the builder with values from the given instance.
-