Uses of Class
com.oracle.bmc.core.responses.GetDhcpOptionsResponse
-
Packages that use GetDhcpOptionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetDhcpOptionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetDhcpOptionsResponse Modifier and Type Method Description GetDhcpOptionsResponseVirtualNetwork. getDhcpOptions(GetDhcpOptionsRequest request)Gets the specified set of DHCP options.GetDhcpOptionsResponseVirtualNetworkClient. getDhcpOptions(GetDhcpOptionsRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetDhcpOptionsResponse Modifier and Type Method Description Future<GetDhcpOptionsResponse>VirtualNetworkAsync. getDhcpOptions(GetDhcpOptionsRequest request, AsyncHandler<GetDhcpOptionsRequest,GetDhcpOptionsResponse> handler)Gets the specified set of DHCP options.Future<GetDhcpOptionsResponse>VirtualNetworkAsyncClient. getDhcpOptions(GetDhcpOptionsRequest request, AsyncHandler<GetDhcpOptionsRequest,GetDhcpOptionsResponse> handler) -
Uses of GetDhcpOptionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetDhcpOptionsResponse Modifier and Type Method Description GetDhcpOptionsResponseGetDhcpOptionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetDhcpOptionsResponse Modifier and Type Method Description GetDhcpOptionsResponse.BuilderGetDhcpOptionsResponse.Builder. copy(GetDhcpOptionsResponse o)Copy method to populate the builder with values from the given instance.
-