Uses of Class
com.oracle.bmc.core.requests.GetVlanRequest
-
Packages that use GetVlanRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVlanRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetVlanRequest Modifier and Type Method Description Waiter<GetVlanRequest,GetVlanResponse>VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetVlanRequest,GetVlanResponse>VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetVlanRequest,GetVlanResponse>VirtualNetworkWaiters. forVlan(GetVlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vlan.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetVlanRequest Modifier and Type Method Description Waiter<GetVlanRequest,GetVlanResponse>VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetVlanRequest,GetVlanResponse>VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetVlanRequest,GetVlanResponse>VirtualNetworkWaiters. forVlan(GetVlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vlan.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetVlanResponseVirtualNetwork. getVlan(GetVlanRequest request)Gets the specified VLAN’s information.Future<GetVlanResponse>VirtualNetworkAsync. getVlan(GetVlanRequest request, AsyncHandler<GetVlanRequest,GetVlanResponse> handler)Gets the specified VLAN’s information.Future<GetVlanResponse>VirtualNetworkAsyncClient. getVlan(GetVlanRequest request, AsyncHandler<GetVlanRequest,GetVlanResponse> handler)GetVlanResponseVirtualNetworkClient. getVlan(GetVlanRequest request)Method parameters in com.oracle.bmc.core with type arguments of type GetVlanRequest Modifier and Type Method Description Future<GetVlanResponse>VirtualNetworkAsync. getVlan(GetVlanRequest request, AsyncHandler<GetVlanRequest,GetVlanResponse> handler)Gets the specified VLAN’s information.Future<GetVlanResponse>VirtualNetworkAsyncClient. getVlan(GetVlanRequest request, AsyncHandler<GetVlanRequest,GetVlanResponse> handler) -
Uses of GetVlanRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVlanRequest Modifier and Type Method Description GetVlanRequestGetVlanRequest.Builder. build()Build the instance of GetVlanRequest as configured by this builderGetVlanRequestGetVlanRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetVlanRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVlanRequest Modifier and Type Method Description GetVlanRequest.BuilderGetVlanRequest.Builder. copy(GetVlanRequest o)Copy method to populate the builder with values from the given instance.
-