Uses of Class
com.oracle.bmc.core.responses.DeleteDhcpOptionsResponse
-
Packages that use DeleteDhcpOptionsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteDhcpOptionsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteDhcpOptionsResponse Modifier and Type Method Description DeleteDhcpOptionsResponseVirtualNetwork. deleteDhcpOptions(DeleteDhcpOptionsRequest request)Deletes the specified set of DHCP options, but only if it’s not associated with a subnet.DeleteDhcpOptionsResponseVirtualNetworkClient. deleteDhcpOptions(DeleteDhcpOptionsRequest request)Methods in com.oracle.bmc.core that return types with arguments of type DeleteDhcpOptionsResponse Modifier and Type Method Description Future<DeleteDhcpOptionsResponse>VirtualNetworkAsync. deleteDhcpOptions(DeleteDhcpOptionsRequest request, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResponse> handler)Deletes the specified set of DHCP options, but only if it’s not associated with a subnet.Future<DeleteDhcpOptionsResponse>VirtualNetworkAsyncClient. deleteDhcpOptions(DeleteDhcpOptionsRequest request, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type DeleteDhcpOptionsResponse Modifier and Type Method Description Future<DeleteDhcpOptionsResponse>VirtualNetworkAsync. deleteDhcpOptions(DeleteDhcpOptionsRequest request, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResponse> handler)Deletes the specified set of DHCP options, but only if it’s not associated with a subnet.Future<DeleteDhcpOptionsResponse>VirtualNetworkAsyncClient. deleteDhcpOptions(DeleteDhcpOptionsRequest request, AsyncHandler<DeleteDhcpOptionsRequest,DeleteDhcpOptionsResponse> handler) -
Uses of DeleteDhcpOptionsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteDhcpOptionsResponse Modifier and Type Method Description DeleteDhcpOptionsResponseDeleteDhcpOptionsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteDhcpOptionsResponse Modifier and Type Method Description DeleteDhcpOptionsResponse.BuilderDeleteDhcpOptionsResponse.Builder. copy(DeleteDhcpOptionsResponse o)Copy method to populate the builder with values from the given instance.
-