Uses of Class
com.oracle.bmc.datacc.responses.RestartVmInstanceResponse
-
Packages that use RestartVmInstanceResponse Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.responses -
-
Uses of RestartVmInstanceResponse in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return RestartVmInstanceResponse Modifier and Type Method Description RestartVmInstanceResponseBaseinfra. restartVmInstance(RestartVmInstanceRequest request)Restart the VM instance on Database Infrastructure that has the specified OCID.RestartVmInstanceResponseBaseinfraClient. restartVmInstance(RestartVmInstanceRequest request)Methods in com.oracle.bmc.datacc that return types with arguments of type RestartVmInstanceResponse Modifier and Type Method Description Future<RestartVmInstanceResponse>BaseinfraAsync. restartVmInstance(RestartVmInstanceRequest request, AsyncHandler<RestartVmInstanceRequest,RestartVmInstanceResponse> handler)Restart the VM instance on Database Infrastructure that has the specified OCID.Future<RestartVmInstanceResponse>BaseinfraAsyncClient. restartVmInstance(RestartVmInstanceRequest request, AsyncHandler<RestartVmInstanceRequest,RestartVmInstanceResponse> handler)Method parameters in com.oracle.bmc.datacc with type arguments of type RestartVmInstanceResponse Modifier and Type Method Description Future<RestartVmInstanceResponse>BaseinfraAsync. restartVmInstance(RestartVmInstanceRequest request, AsyncHandler<RestartVmInstanceRequest,RestartVmInstanceResponse> handler)Restart the VM instance on Database Infrastructure that has the specified OCID.Future<RestartVmInstanceResponse>BaseinfraAsyncClient. restartVmInstance(RestartVmInstanceRequest request, AsyncHandler<RestartVmInstanceRequest,RestartVmInstanceResponse> handler) -
Uses of RestartVmInstanceResponse in com.oracle.bmc.datacc.responses
Methods in com.oracle.bmc.datacc.responses that return RestartVmInstanceResponse Modifier and Type Method Description RestartVmInstanceResponseRestartVmInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacc.responses with parameters of type RestartVmInstanceResponse Modifier and Type Method Description RestartVmInstanceResponse.BuilderRestartVmInstanceResponse.Builder. copy(RestartVmInstanceResponse o)Copy method to populate the builder with values from the given instance.
-