Uses of Class
com.oracle.bmc.core.requests.GetDhcpOptionsRequest
-
Packages that use GetDhcpOptionsRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetDhcpOptionsRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetDhcpOptionsRequest Modifier and Type Method Description Waiter<GetDhcpOptionsRequest,GetDhcpOptionsResponse>
VirtualNetworkWaiters. forDhcpOptions(GetDhcpOptionsRequest request, DhcpOptions.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDhcpOptionsRequest,GetDhcpOptionsResponse>
VirtualNetworkWaiters. forDhcpOptions(GetDhcpOptionsRequest request, DhcpOptions.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDhcpOptionsRequest,GetDhcpOptionsResponse>
VirtualNetworkWaiters. forDhcpOptions(GetDhcpOptionsRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DhcpOptions.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetDhcpOptionsRequest 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 GetDhcpOptionsRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetDhcpOptionsRequest Modifier and Type Method Description GetDhcpOptionsRequest
GetDhcpOptionsRequest.Builder. build()
Build the instance of GetDhcpOptionsRequest as configured by this builderGetDhcpOptionsRequest
GetDhcpOptionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDhcpOptionsRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetDhcpOptionsRequest Modifier and Type Method Description GetDhcpOptionsRequest.Builder
GetDhcpOptionsRequest.Builder. copy(GetDhcpOptionsRequest o)
Copy method to populate the builder with values from the given instance.
-