Uses of Class
com.oracle.bmc.core.requests.UpdateDedicatedVmHostRequest
-
Packages that use UpdateDedicatedVmHostRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateDedicatedVmHostRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateDedicatedVmHostRequest Modifier and Type Method Description UpdateDedicatedVmHostResponse
Compute. updateDedicatedVmHost(UpdateDedicatedVmHostRequest request)
Updates the displayName, freeformTags, and definedTags attributes for the specified dedicated virtual machine host.Future<UpdateDedicatedVmHostResponse>
ComputeAsync. updateDedicatedVmHost(UpdateDedicatedVmHostRequest request, AsyncHandler<UpdateDedicatedVmHostRequest,UpdateDedicatedVmHostResponse> handler)
Updates the displayName, freeformTags, and definedTags attributes for the specified dedicated virtual machine host.Future<UpdateDedicatedVmHostResponse>
ComputeAsyncClient. updateDedicatedVmHost(UpdateDedicatedVmHostRequest request, AsyncHandler<UpdateDedicatedVmHostRequest,UpdateDedicatedVmHostResponse> handler)
UpdateDedicatedVmHostResponse
ComputeClient. updateDedicatedVmHost(UpdateDedicatedVmHostRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateDedicatedVmHostRequest Modifier and Type Method Description Future<UpdateDedicatedVmHostResponse>
ComputeAsync. updateDedicatedVmHost(UpdateDedicatedVmHostRequest request, AsyncHandler<UpdateDedicatedVmHostRequest,UpdateDedicatedVmHostResponse> handler)
Updates the displayName, freeformTags, and definedTags attributes for the specified dedicated virtual machine host.Future<UpdateDedicatedVmHostResponse>
ComputeAsyncClient. updateDedicatedVmHost(UpdateDedicatedVmHostRequest request, AsyncHandler<UpdateDedicatedVmHostRequest,UpdateDedicatedVmHostResponse> handler)
-
Uses of UpdateDedicatedVmHostRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateDedicatedVmHostRequest Modifier and Type Method Description UpdateDedicatedVmHostRequest
UpdateDedicatedVmHostRequest.Builder. build()
Build the instance of UpdateDedicatedVmHostRequest as configured by this builderUpdateDedicatedVmHostRequest
UpdateDedicatedVmHostRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateDedicatedVmHostRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateDedicatedVmHostRequest Modifier and Type Method Description UpdateDedicatedVmHostRequest.Builder
UpdateDedicatedVmHostRequest.Builder. copy(UpdateDedicatedVmHostRequest o)
Copy method to populate the builder with values from the given instance.
-