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 newWaiter
using the default configuration.Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vlan.LifecycleState... targetStates)
Creates a newWaiter
using 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 newWaiter
using the default configuration.Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, Vlan.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVlanRequest,GetVlanResponse>
VirtualNetworkWaiters. forVlan(GetVlanRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vlan.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetVlanResponse
VirtualNetwork. 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)
GetVlanResponse
VirtualNetworkClient. 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 GetVlanRequest
GetVlanRequest.Builder. build()
Build the instance of GetVlanRequest as configured by this builderGetVlanRequest
GetVlanRequest.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.Builder
GetVlanRequest.Builder. copy(GetVlanRequest o)
Copy method to populate the builder with values from the given instance.
-