Uses of Class
com.oracle.bmc.core.requests.ChangeDhcpOptionsCompartmentRequest
-
Packages that use ChangeDhcpOptionsCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeDhcpOptionsCompartmentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ChangeDhcpOptionsCompartmentRequest Modifier and Type Method Description Future<ChangeDhcpOptionsCompartmentResponse>
VirtualNetworkAsync. changeDhcpOptionsCompartment(ChangeDhcpOptionsCompartmentRequest request, AsyncHandler<ChangeDhcpOptionsCompartmentRequest,ChangeDhcpOptionsCompartmentResponse> handler)
Moves a set of DHCP options into a different compartment within the same tenancy.Future<ChangeDhcpOptionsCompartmentResponse>
VirtualNetworkAsyncClient. changeDhcpOptionsCompartment(ChangeDhcpOptionsCompartmentRequest request, AsyncHandler<ChangeDhcpOptionsCompartmentRequest,ChangeDhcpOptionsCompartmentResponse> handler)
-
Uses of ChangeDhcpOptionsCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeDhcpOptionsCompartmentRequest Modifier and Type Method Description ChangeDhcpOptionsCompartmentRequest
ChangeDhcpOptionsCompartmentRequest.Builder. build()
Build the instance of ChangeDhcpOptionsCompartmentRequest as configured by this builderChangeDhcpOptionsCompartmentRequest
ChangeDhcpOptionsCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDhcpOptionsCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeDhcpOptionsCompartmentRequest Modifier and Type Method Description ChangeDhcpOptionsCompartmentRequest.Builder
ChangeDhcpOptionsCompartmentRequest.Builder. copy(ChangeDhcpOptionsCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-