Uses of Class
com.oracle.bmc.core.responses.ListDhcpOptionsResponse
-
Packages that use ListDhcpOptionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListDhcpOptionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListDhcpOptionsResponse Modifier and Type Method Description ListDhcpOptionsResponse
VirtualNetwork. listDhcpOptions(ListDhcpOptionsRequest request)
Lists the sets of DHCP options in the specified VCN and specified compartment.ListDhcpOptionsResponse
VirtualNetworkClient. listDhcpOptions(ListDhcpOptionsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListDhcpOptionsResponse Modifier and Type Method Description Future<ListDhcpOptionsResponse>
VirtualNetworkAsync. listDhcpOptions(ListDhcpOptionsRequest request, AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Lists the sets of DHCP options in the specified VCN and specified compartment.Future<ListDhcpOptionsResponse>
VirtualNetworkAsyncClient. listDhcpOptions(ListDhcpOptionsRequest request, AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Iterable<ListDhcpOptionsResponse>
VirtualNetworkPaginators. listDhcpOptionsResponseIterator(ListDhcpOptionsRequest request)
Creates a new iterable which will iterate over the responses received from the listDhcpOptions operation.Method parameters in com.oracle.bmc.core with type arguments of type ListDhcpOptionsResponse Modifier and Type Method Description Future<ListDhcpOptionsResponse>
VirtualNetworkAsync. listDhcpOptions(ListDhcpOptionsRequest request, AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
Lists the sets of DHCP options in the specified VCN and specified compartment.Future<ListDhcpOptionsResponse>
VirtualNetworkAsyncClient. listDhcpOptions(ListDhcpOptionsRequest request, AsyncHandler<ListDhcpOptionsRequest,ListDhcpOptionsResponse> handler)
-
Uses of ListDhcpOptionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListDhcpOptionsResponse Modifier and Type Method Description ListDhcpOptionsResponse
ListDhcpOptionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListDhcpOptionsResponse Modifier and Type Method Description ListDhcpOptionsResponse.Builder
ListDhcpOptionsResponse.Builder. copy(ListDhcpOptionsResponse o)
Copy method to populate the builder with values from the given instance.
-