Uses of Class
com.oracle.bmc.core.requests.GetVtapRequest
-
Packages that use GetVtapRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetVtapRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetVtapRequest Modifier and Type Method Description Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetVtapRequest Modifier and Type Method Description Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, Vtap.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVtapRequest,GetVtapResponse>
VirtualNetworkWaiters. forVtap(GetVtapRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vtap.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetVtapResponse
VirtualNetwork. getVtap(GetVtapRequest request)
Gets the specifiedVtap
resource.Future<GetVtapResponse>
VirtualNetworkAsync. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
Gets the specifiedVtap
resource.Future<GetVtapResponse>
VirtualNetworkAsyncClient. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
GetVtapResponse
VirtualNetworkClient. getVtap(GetVtapRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetVtapRequest Modifier and Type Method Description Future<GetVtapResponse>
VirtualNetworkAsync. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
Gets the specifiedVtap
resource.Future<GetVtapResponse>
VirtualNetworkAsyncClient. getVtap(GetVtapRequest request, AsyncHandler<GetVtapRequest,GetVtapResponse> handler)
-
Uses of GetVtapRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVtapRequest Modifier and Type Method Description GetVtapRequest
GetVtapRequest.Builder. build()
Build the instance of GetVtapRequest as configured by this builderGetVtapRequest
GetVtapRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetVtapRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetVtapRequest Modifier and Type Method Description GetVtapRequest.Builder
GetVtapRequest.Builder. copy(GetVtapRequest o)
Copy method to populate the builder with values from the given instance.
-