Uses of Class
com.oracle.bmc.core.requests.DeleteDhcpOptionsRequest
-
Packages that use DeleteDhcpOptionsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteDhcpOptionsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DeleteDhcpOptionsRequest 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.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)DeleteDhcpOptionsResponseVirtualNetworkClient. deleteDhcpOptions(DeleteDhcpOptionsRequest request)Method parameters in com.oracle.bmc.core with type arguments of type DeleteDhcpOptionsRequest 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 DeleteDhcpOptionsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteDhcpOptionsRequest Modifier and Type Method Description DeleteDhcpOptionsRequestDeleteDhcpOptionsRequest.Builder. build()Build the instance of DeleteDhcpOptionsRequest as configured by this builderDeleteDhcpOptionsRequestDeleteDhcpOptionsRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteDhcpOptionsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteDhcpOptionsRequest Modifier and Type Method Description DeleteDhcpOptionsRequest.BuilderDeleteDhcpOptionsRequest.Builder. copy(DeleteDhcpOptionsRequest o)Copy method to populate the builder with values from the given instance.
-