Uses of Class
com.oracle.bmc.core.responses.GetVlanResponse
-
Packages that use GetVlanResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetVlanResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetVlanResponse Modifier and Type Method Description GetVlanResponse
VirtualNetwork. getVlan(GetVlanRequest request)
Gets the specified VLAN’s information.GetVlanResponse
VirtualNetworkClient. getVlan(GetVlanRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetVlanResponse 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.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)
Method parameters in com.oracle.bmc.core with type arguments of type GetVlanResponse 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 GetVlanResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVlanResponse Modifier and Type Method Description GetVlanResponse
GetVlanResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetVlanResponse Modifier and Type Method Description GetVlanResponse.Builder
GetVlanResponse.Builder. copy(GetVlanResponse o)
Copy method to populate the builder with values from the given instance.
-