Uses of Class
com.oracle.bmc.core.responses.CreateDedicatedVmHostResponse
-
Packages that use CreateDedicatedVmHostResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateDedicatedVmHostResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateDedicatedVmHostResponse Modifier and Type Method Description CreateDedicatedVmHostResponse
Compute. createDedicatedVmHost(CreateDedicatedVmHostRequest request)
Creates a new dedicated virtual machine host in the specified compartment and the specified availability domain.CreateDedicatedVmHostResponse
ComputeClient. createDedicatedVmHost(CreateDedicatedVmHostRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreateDedicatedVmHostResponse Modifier and Type Method Description Future<CreateDedicatedVmHostResponse>
ComputeAsync. createDedicatedVmHost(CreateDedicatedVmHostRequest request, AsyncHandler<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse> handler)
Creates a new dedicated virtual machine host in the specified compartment and the specified availability domain.Future<CreateDedicatedVmHostResponse>
ComputeAsyncClient. createDedicatedVmHost(CreateDedicatedVmHostRequest request, AsyncHandler<CreateDedicatedVmHostRequest,CreateDedicatedVmHostResponse> handler)
-
Uses of CreateDedicatedVmHostResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateDedicatedVmHostResponse Modifier and Type Method Description CreateDedicatedVmHostResponse
CreateDedicatedVmHostResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateDedicatedVmHostResponse Modifier and Type Method Description CreateDedicatedVmHostResponse.Builder
CreateDedicatedVmHostResponse.Builder. copy(CreateDedicatedVmHostResponse o)
Copy method to populate the builder with values from the given instance.
-