Uses of Class
com.oracle.bmc.datacc.responses.CreateVmInstanceResponse
-
Packages that use CreateVmInstanceResponse Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.responses -
-
Uses of CreateVmInstanceResponse in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return CreateVmInstanceResponse Modifier and Type Method Description CreateVmInstanceResponseBaseinfra. createVmInstance(CreateVmInstanceRequest request)Create an VM instance on Database Infrastructure using the specified details.CreateVmInstanceResponseBaseinfraClient. createVmInstance(CreateVmInstanceRequest request)Methods in com.oracle.bmc.datacc that return types with arguments of type CreateVmInstanceResponse Modifier and Type Method Description Future<CreateVmInstanceResponse>BaseinfraAsync. createVmInstance(CreateVmInstanceRequest request, AsyncHandler<CreateVmInstanceRequest,CreateVmInstanceResponse> handler)Create an VM instance on Database Infrastructure using the specified details.Future<CreateVmInstanceResponse>BaseinfraAsyncClient. createVmInstance(CreateVmInstanceRequest request, AsyncHandler<CreateVmInstanceRequest,CreateVmInstanceResponse> handler)Method parameters in com.oracle.bmc.datacc with type arguments of type CreateVmInstanceResponse Modifier and Type Method Description Future<CreateVmInstanceResponse>BaseinfraAsync. createVmInstance(CreateVmInstanceRequest request, AsyncHandler<CreateVmInstanceRequest,CreateVmInstanceResponse> handler)Create an VM instance on Database Infrastructure using the specified details.Future<CreateVmInstanceResponse>BaseinfraAsyncClient. createVmInstance(CreateVmInstanceRequest request, AsyncHandler<CreateVmInstanceRequest,CreateVmInstanceResponse> handler) -
Uses of CreateVmInstanceResponse in com.oracle.bmc.datacc.responses
Methods in com.oracle.bmc.datacc.responses that return CreateVmInstanceResponse Modifier and Type Method Description CreateVmInstanceResponseCreateVmInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacc.responses with parameters of type CreateVmInstanceResponse Modifier and Type Method Description CreateVmInstanceResponse.BuilderCreateVmInstanceResponse.Builder. copy(CreateVmInstanceResponse o)Copy method to populate the builder with values from the given instance.
-