Uses of Class
com.oracle.bmc.core.requests.UpdateDhcpOptionsRequest
- 
Packages that use UpdateDhcpOptionsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests  - 
- 
Uses of UpdateDhcpOptionsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateDhcpOptionsRequest Modifier and Type Method Description UpdateDhcpOptionsResponseVirtualNetwork. updateDhcpOptions(UpdateDhcpOptionsRequest request)Updates the specified set of DHCP options.Future<UpdateDhcpOptionsResponse>VirtualNetworkAsync. updateDhcpOptions(UpdateDhcpOptionsRequest request, AsyncHandler<UpdateDhcpOptionsRequest,UpdateDhcpOptionsResponse> handler)Updates the specified set of DHCP options.Future<UpdateDhcpOptionsResponse>VirtualNetworkAsyncClient. updateDhcpOptions(UpdateDhcpOptionsRequest request, AsyncHandler<UpdateDhcpOptionsRequest,UpdateDhcpOptionsResponse> handler)UpdateDhcpOptionsResponseVirtualNetworkClient. updateDhcpOptions(UpdateDhcpOptionsRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateDhcpOptionsRequest Modifier and Type Method Description Future<UpdateDhcpOptionsResponse>VirtualNetworkAsync. updateDhcpOptions(UpdateDhcpOptionsRequest request, AsyncHandler<UpdateDhcpOptionsRequest,UpdateDhcpOptionsResponse> handler)Updates the specified set of DHCP options.Future<UpdateDhcpOptionsResponse>VirtualNetworkAsyncClient. updateDhcpOptions(UpdateDhcpOptionsRequest request, AsyncHandler<UpdateDhcpOptionsRequest,UpdateDhcpOptionsResponse> handler) - 
Uses of UpdateDhcpOptionsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateDhcpOptionsRequest Modifier and Type Method Description UpdateDhcpOptionsRequestUpdateDhcpOptionsRequest.Builder. build()Build the instance of UpdateDhcpOptionsRequest as configured by this builderUpdateDhcpOptionsRequestUpdateDhcpOptionsRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateDhcpOptionsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateDhcpOptionsRequest Modifier and Type Method Description UpdateDhcpOptionsRequest.BuilderUpdateDhcpOptionsRequest.Builder. copy(UpdateDhcpOptionsRequest o)Copy method to populate the builder with values from the given instance. 
 -