Uses of Class
com.oracle.bmc.core.model.DedicatedVmHost
-
Packages that use DedicatedVmHost Package Description com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of DedicatedVmHost in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DedicatedVmHost Modifier and Type Method Description DedicatedVmHost
DedicatedVmHost.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type DedicatedVmHost Modifier and Type Method Description DedicatedVmHost.Builder
DedicatedVmHost.Builder. copy(DedicatedVmHost model)
-
Uses of DedicatedVmHost in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DedicatedVmHost Modifier and Type Method Description DedicatedVmHost
CreateDedicatedVmHostResponse. getDedicatedVmHost()
The returned DedicatedVmHost instance.DedicatedVmHost
GetDedicatedVmHostResponse. getDedicatedVmHost()
The returned DedicatedVmHost instance.DedicatedVmHost
UpdateDedicatedVmHostResponse. getDedicatedVmHost()
The returned DedicatedVmHost instance.Methods in com.oracle.bmc.core.responses with parameters of type DedicatedVmHost Modifier and Type Method Description CreateDedicatedVmHostResponse.Builder
CreateDedicatedVmHostResponse.Builder. dedicatedVmHost(DedicatedVmHost dedicatedVmHost)
The returned DedicatedVmHost instance.GetDedicatedVmHostResponse.Builder
GetDedicatedVmHostResponse.Builder. dedicatedVmHost(DedicatedVmHost dedicatedVmHost)
The returned DedicatedVmHost instance.UpdateDedicatedVmHostResponse.Builder
UpdateDedicatedVmHostResponse.Builder. dedicatedVmHost(DedicatedVmHost dedicatedVmHost)
The returned DedicatedVmHost instance.
-