Uses of Class
com.oracle.bmc.datacc.responses.UpdateVmInstanceResponse
-
Packages that use UpdateVmInstanceResponse Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.responses -
-
Uses of UpdateVmInstanceResponse in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return UpdateVmInstanceResponse Modifier and Type Method Description UpdateVmInstanceResponseBaseinfra. updateVmInstance(UpdateVmInstanceRequest request)Update the VM instance on Database Infrastructure that has the specified OCID.UpdateVmInstanceResponseBaseinfraClient. updateVmInstance(UpdateVmInstanceRequest request)Methods in com.oracle.bmc.datacc that return types with arguments of type UpdateVmInstanceResponse Modifier and Type Method Description Future<UpdateVmInstanceResponse>BaseinfraAsync. updateVmInstance(UpdateVmInstanceRequest request, AsyncHandler<UpdateVmInstanceRequest,UpdateVmInstanceResponse> handler)Update the VM instance on Database Infrastructure that has the specified OCID.Future<UpdateVmInstanceResponse>BaseinfraAsyncClient. updateVmInstance(UpdateVmInstanceRequest request, AsyncHandler<UpdateVmInstanceRequest,UpdateVmInstanceResponse> handler)Method parameters in com.oracle.bmc.datacc with type arguments of type UpdateVmInstanceResponse Modifier and Type Method Description Future<UpdateVmInstanceResponse>BaseinfraAsync. updateVmInstance(UpdateVmInstanceRequest request, AsyncHandler<UpdateVmInstanceRequest,UpdateVmInstanceResponse> handler)Update the VM instance on Database Infrastructure that has the specified OCID.Future<UpdateVmInstanceResponse>BaseinfraAsyncClient. updateVmInstance(UpdateVmInstanceRequest request, AsyncHandler<UpdateVmInstanceRequest,UpdateVmInstanceResponse> handler) -
Uses of UpdateVmInstanceResponse in com.oracle.bmc.datacc.responses
Methods in com.oracle.bmc.datacc.responses that return UpdateVmInstanceResponse Modifier and Type Method Description UpdateVmInstanceResponseUpdateVmInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacc.responses with parameters of type UpdateVmInstanceResponse Modifier and Type Method Description UpdateVmInstanceResponse.BuilderUpdateVmInstanceResponse.Builder. copy(UpdateVmInstanceResponse o)Copy method to populate the builder with values from the given instance.
-